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 <