uphy-test/Containerfile

13 lines
411 B
Text
Raw Normal View History

2024-12-29 11:53:10 +00:00
FROM quay.io/fedora/fedora-bootc:latest
#include unit files and containers
ADD etc etc
#ADD usr usr
#add additional software
2025-03-21 23:27:17 +00:00
#RUN dnf install -y cockpit cockpit-podman cockpit-storaged cockpit-ws git lm_sensors sysstat tuned vim-enhanced bash-completion && dnf clean all
2024-12-29 11:53:10 +00:00
#enable desired units
2025-03-21 23:27:17 +00:00
#RUN systemctl enable lm_sensors sysstat tuned fstrim.timer podman.socket podman-auto-update.timer cockpit.socket
2024-12-29 11:53:10 +00:00