mirror of https://github.com/containers/podman.git
Revert "downgrade runc due a rootless bug"
This reverts commit 803efd4d38
.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
4bb2fdeebc
commit
87bf117417
|
@ -122,7 +122,6 @@ packages:
|
|||
- python3-varlink
|
||||
- python3-dateutil
|
||||
- python3-psutil
|
||||
- https://kojipkgs.fedoraproject.org//packages/runc/1.0.0/55.dev.git578fe65.fc28/x86_64/runc-1.0.0-55.dev.git578fe65.fc28.x86_64.rpm
|
||||
|
||||
tests:
|
||||
- sed 's/^expand-check.*/expand-check=0/g' -i /etc/selinux/semanage.conf
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN dnf -y install btrfs-progs-devel \
|
|||
libseccomp-devel \
|
||||
libselinux-devel \
|
||||
skopeo-containers \
|
||||
https://kojipkgs.fedoraproject.org//packages/runc/1.0.0/55.dev.git578fe65.fc28/x86_64/runc-1.0.0-55.dev.git578fe65.fc28.x86_64.rpm \
|
||||
runc \
|
||||
make \
|
||||
ostree-devel \
|
||||
python \
|
||||
|
|
Loading…
Reference in New Issue