mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #3886 from baude/addiproute
add iproute to podman in podman image
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user