containers/Containerfile

7 lines
288 B
Plaintext
Raw Normal View History

2024-03-04 14:05:40 +01:00
FROM registry.fedoraproject.org/fedora:latest
RUN printf "fastestmirror=True\ndeltarpm=True\n" | tee -a /etc/dnf/dnf.conf \
&& dnf update -y \
2024-03-04 15:04:03 +01:00
&& dnf install -y '@container-management' '@development-tools' '@c-development' container-selinux ostree rpm-ostree rsync \
2024-03-04 14:05:40 +01:00
&& dnf clean all