mirror of https://github.com/containers/podman.git
add iproute to podman in podman image
the network create function relies on the prescense of iproute's binary 'ip'. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
parent
112a3cce5d
commit
1606cc8960
|
|
@ -28,6 +28,7 @@ RUN dnf -y install btrfs-progs-devel \
|
||||||
slirp4netns \
|
slirp4netns \
|
||||||
container-selinux \
|
container-selinux \
|
||||||
containernetworking-plugins \
|
containernetworking-plugins \
|
||||||
|
iproute \
|
||||||
iptables && dnf clean all
|
iptables && dnf clean all
|
||||||
|
|
||||||
# Install ginkgo
|
# Install ginkgo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue