From 61706ef632b78695d7c38c8f33f3168ba97376c7 Mon Sep 17 00:00:00 2001 From: sst Date: Fri, 21 Mar 2025 23:27:17 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index ff1a765..b1db923 100644 --- a/Containerfile +++ b/Containerfile @@ -5,8 +5,8 @@ ADD etc etc #ADD usr usr #add additional software -RUN dnf install -y cockpit cockpit-podman cockpit-storaged cockpit-ws git lm_sensors sysstat tuned vim-enhanced bash-completion && dnf clean all +#RUN dnf install -y cockpit cockpit-podman cockpit-storaged cockpit-ws git lm_sensors sysstat tuned vim-enhanced bash-completion && dnf clean all #enable desired units -RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket +#RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket