diff --git a/Containerfile b/Containerfile index 8a42247..9688ea6 100644 --- a/Containerfile +++ b/Containerfile @@ -60,5 +60,5 @@ RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable gdm.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 \ No newline at end of file