From dc1292ee99c8af256f82e630768abb7b0da0e8ae Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 16 Jul 2026 19:49:02 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 175c9a1..4408038 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,6 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires RUN dnf install -y --refresh \ @gnome-desktop \ - @cosmic-desktop-environment \ @hardware-support \ @development-tools \ @multimedia \ @@ -110,5 +109,5 @@ RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable cosmic-greeter.service NetworkManager.service bluetooth.service podman.socket cups.service && \ + systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service && \ systemctl mask bootc-fetch-apply-updates.timer systemd-remount-fs.service