From bfb334cc7d0b01fa87e94573d210bafc8f65e459 Mon Sep 17 00:00:00 2001 From: sst Date: Sun, 29 Dec 2024 11:53:10 +0000 Subject: [PATCH] Add Containerfile --- Containerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Containerfile diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..ff1a765 --- /dev/null +++ b/Containerfile @@ -0,0 +1,12 @@ +FROM quay.io/fedora/fedora-bootc:latest + +#include unit files and containers +ADD 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 + +#enable desired units +RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket +