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