From 799961bb5f1988ffe2f4f3132db3a84a597a302b Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 29 Mar 2025 19:50:14 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b1db923..f37aded 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:latest +FROM quay.io/fedora/fedora-bootc:41 #include unit files and containers ADD etc etc @@ -6,6 +6,7 @@ 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 fedora-release-sway-atomic && dnf clean all #enable desired units #RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket