This commit is contained in:
Jeffrey Serio 2024-03-04 08:04:03 -06:00
parent 5aeb769820
commit 88e9ae08cd

View File

@ -2,5 +2,5 @@ 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 install -y '@container-management' '@development-tools' '@c-development' container-selinux ostree rpm-ostree rsync \
&& dnf clean all