From e4a6df3eeacdca03ee4e49639b3bf3a77840d3f1 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 16 Oct 2025 11:38:56 +0200 Subject: [PATCH] Enable essential services and disable bootc-fetch-apply-updates.timer in Containerfile --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 17b4d4c..2a6c38e 100644 --- a/Containerfile +++ b/Containerfile @@ -60,4 +60,6 @@ RUN systemctl set-default graphical.target #Activation des services RUN systemctl preset-all && \ - systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service \ No newline at end of file + 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