Update Containerfile
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
2026-07-16 19:49:02 +02:00
parent 69b418ea2c
commit dc1292ee99
+1 -2
View File
@@ -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 #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
RUN dnf install -y --refresh \ RUN dnf install -y --refresh \
@gnome-desktop \ @gnome-desktop \
@cosmic-desktop-environment \
@hardware-support \ @hardware-support \
@development-tools \ @development-tools \
@multimedia \ @multimedia \
@@ -110,5 +109,5 @@ RUN systemctl set-default graphical.target
#Activation des services + Desactivation de bootc-update automatique #Activation des services + Desactivation de bootc-update automatique
RUN systemctl preset-all && \ 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 systemctl mask bootc-fetch-apply-updates.timer systemd-remount-fs.service