Add Containerfile
This commit is contained in:
parent
646dcdf034
commit
bfb334cc7d
1 changed files with 12 additions and 0 deletions
12
Containerfile
Normal file
12
Containerfile
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue