containers/Containerfile
2024-03-04 07:05:40 -06:00

7 lines
270 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' ostree rpm-ostree rsync \
&& dnf clean all