Update Containerfile
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user