Merge pull request #3886 from baude/addiproute
add iproute to podman in podman image
This commit is contained in:
commit
cec354aac9
|
@ -28,6 +28,7 @@ RUN dnf -y install btrfs-progs-devel \
|
|||
slirp4netns \
|
||||
container-selinux \
|
||||
containernetworking-plugins \
|
||||
iproute \
|
||||
iptables && dnf clean all
|
||||
|
||||
# Install ginkgo
|
||||
|
|
Loading…
Reference in New Issue