containers/Containerfile
Jeffrey Serio 88e9ae08cd Fix
2024-03-04 08:04:03 -06:00

7 lines
288 B
Docker

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