From ab3cc02f3b034200226ee65c80d72a3968ac0278 Mon Sep 17 00:00:00 2001 From: Seraphim Strub Date: Sun, 30 Mar 2025 13:48:08 +0000 Subject: [PATCH] feat: refactor and cleanup --- Containerfile | 25 ++++++++++++++----- .../shared/etc}/sudoers.d/wheel-nopasswd | 0 2 files changed, 19 insertions(+), 6 deletions(-) rename {etc => system_files/shared/etc}/sudoers.d/wheel-nopasswd (100%) diff --git a/Containerfile b/Containerfile index 62b39ba..318f7ab 100644 --- a/Containerfile +++ b/Containerfile @@ -1,19 +1,32 @@ FROM quay.io/fedora/fedora-bootc:41 #include unit files and containers -ADD etc etc +ADD system_files/shared/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 group install -y swaywm && \ - dnf install -y go && \ +RUN <