From 83b98fd9381ab796abf40055d803b35e231f8064 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sun, 30 Nov 2025 22:10:50 -0300 Subject: [PATCH] Install Chromium, Gwenview and Haruna --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index b27484f..73d1ed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM quay.io/almalinuxorg/atomic-desktop-kde:10 ARG CACHEBUST=1 + +# Install some basic apps +RUN dnf -y install chromium gwenview haruna + # Get list of kernels from my repo. If the list has been updated, then the image will be rebuilt. If it hasn't been updated, then caching of the previous build will be used. ADD "https://copr.fedorainfracloud.org/api_3/build/list?ownername=andersrh&projectname=my-ostree-os&packagename=kernel" /tmp/builds.txt