From 874e05a79197ac8f1032ca148ec1c1034c89ab32 Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 29 Mar 2025 19:57:44 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f37aded..8b9484f 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +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 +RUN dnf install -y @sway-desktop-environment && dnf clean all #enable desired units #RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket