mirror of
https://codeberg.org/hyperreal/containers
synced 2024-11-01 16:43:10 +01:00
Fix
This commit is contained in:
parent
5aeb769820
commit
88e9ae08cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user