aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.fedora
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-08-26 14:20:56 -0500
committerbaude <bbaude@redhat.com>2019-08-26 14:20:56 -0500
commit1606cc8960fab3bd424689d775e3ed3cba7ec352 (patch)
treebeed888cf96b6c94b660f3b70559d00ff8b4bee8 /Dockerfile.fedora
parent112a3cce5d6dd05c04e90a81abe3220d0b5c8eea (diff)
downloadpodman-1606cc8960fab3bd424689d775e3ed3cba7ec352.tar.gz
podman-1606cc8960fab3bd424689d775e3ed3cba7ec352.tar.bz2
podman-1606cc8960fab3bd424689d775e3ed3cba7ec352.zip
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>
Diffstat (limited to 'Dockerfile.fedora')
-rw-r--r--Dockerfile.fedora1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.fedora b/Dockerfile.fedora
index 429597f4f..9b1568b0b 100644
--- a/Dockerfile.fedora
+++ b/Dockerfile.fedora
@@ -28,6 +28,7 @@ RUN dnf -y install btrfs-progs-devel \
slirp4netns \
container-selinux \
containernetworking-plugins \
+ iproute \
iptables && dnf clean all
# Install ginkgo