Merge pull request #3886 from baude/addiproute

add iproute to podman in podman image
This commit is contained in:
OpenShift Merge Robot 2019-08-26 23:25:20 +02:00 committed by GitHub
commit cec354aac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ RUN dnf -y install btrfs-progs-devel \
slirp4netns \
container-selinux \
containernetworking-plugins \
iproute \
iptables && dnf clean all
# Install ginkgo