diff --git a/Containerfile b/Containerfile index 2a6c38e..8a42247 100644 --- a/Containerfile +++ b/Containerfile @@ -58,8 +58,7 @@ RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flath RUN systemctl set-default graphical.target -#Activation des services +#Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service - -RUN systemctl disable bootc-fetch-apply-updates.timer 2>/dev/null || true \ No newline at end of file + 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