diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-07-19 13:57:33 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-19 13:21:50 +0000 |
commit | 4a6f79b62b235c3b0c816c3b5117fac00d2bdadb (patch) | |
tree | 04d2c895dfc3c9f101c2be27b40b5ad495a5b49b | |
parent | 4692f3ab3260a0eeca5c92ade70f88acc8e2890c (diff) | |
download | podman-4a6f79b62b235c3b0c816c3b5117fac00d2bdadb.tar.gz podman-4a6f79b62b235c3b0c816c3b5117fac00d2bdadb.tar.bz2 podman-4a6f79b62b235c3b0c816c3b5117fac00d2bdadb.zip |
Dockerfile: install nmap-ncat
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #1100
Approved by: mheon
-rw-r--r-- | Dockerfile.CentOS | 1 | ||||
-rw-r--r-- | Dockerfile.Fedora | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS index f17468b61..0c9917210 100644 --- a/Dockerfile.CentOS +++ b/Dockerfile.CentOS @@ -23,6 +23,7 @@ RUN yum -y install btrfs-progs-devel \ python3-dateutil \ which\ golang-github-cpuguy83-go-md2man \ + nmap-ncat \ iptables && yum clean all # Install CNI plugins diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index bc8466848..166ced885 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -25,6 +25,7 @@ RUN dnf -y install btrfs-progs-devel \ which\ golang-github-cpuguy83-go-md2man \ procps-ng \ + nmap-ncat \ iptables && dnf clean all # Install CNI plugins |