Update Containerfile
This commit is contained in:
parent
d42e12ef2f
commit
799961bb5f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM quay.io/fedora/fedora-bootc:latest
|
FROM quay.io/fedora/fedora-bootc:41
|
||||||
|
|
||||||
#include unit files and containers
|
#include unit files and containers
|
||||||
ADD etc etc
|
ADD etc etc
|
||||||
|
@ -6,6 +6,7 @@ ADD etc etc
|
||||||
|
|
||||||
#add additional software
|
#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 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
|
||||||
|
|
||||||
#enable desired units
|
#enable desired units
|
||||||
#RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket
|
#RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue