From 27f73371a48bac375f1bdae63ca0aa47dbd93ad6 Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 29 Mar 2025 20:21:34 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8b9484f..5e616af 100644 --- a/Containerfile +++ b/Containerfile @@ -6,8 +6,12 @@ ADD etc etc #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 @sway-desktop-environment && dnf clean all +RUN dnf group install -y swaywm swaywm-extended && dnf install -y go && dnf clean all #enable desired units #RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket +RUN rm -rf /tmp/* /var/* && \ + mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ + ostree container commit && \ + bootc container lint || true \ No newline at end of file