From 018cf29e9aadc1f4729ac52668cb89764d974dcd Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 16 Dec 2025 19:32:04 +0100 Subject: [PATCH] Enhance Containerfile: Add KDE desktop environment to installation --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index ae2e42d..e57358f 100644 --- a/Containerfile +++ b/Containerfile @@ -10,6 +10,7 @@ RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yu #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires RUN dnf install -y \ @gnome-desktop \ + @kde-desktop-environment \ @hardware-support \ @development-tools \ @multimedia \