Enable essential services and disable bootc-fetch-apply-updates.timer in Containerfile
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-10-16 11:38:56 +02:00
parent d0589f4ec4
commit e4a6df3eea

View File

@@ -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
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service
RUN systemctl disable bootc-fetch-apply-updates.timer 2>/dev/null || true