Update Containerfile

This commit is contained in:
Seraphim Strub 2025-03-29 22:49:12 +00:00
parent 27f73371a4
commit aacae8140a

View file

@ -6,7 +6,9 @@ ADD etc etc
#add additional software #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
RUN dnf group install -y swaywm swaywm-extended && dnf install -y go && dnf clean all RUN dnf group install -y swaywm && \
dnf install -y go && \
dnf clean all
#enable desired units #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