diff options
author | baude <bbaude@redhat.com> | 2019-08-26 14:20:56 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-08-26 14:20:56 -0500 |
commit | 1606cc8960fab3bd424689d775e3ed3cba7ec352 (patch) | |
tree | beed888cf96b6c94b660f3b70559d00ff8b4bee8 | |
parent | 112a3cce5d6dd05c04e90a81abe3220d0b5c8eea (diff) | |
download | podman-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>
-rw-r--r-- | Dockerfile.fedora | 1 |
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 |