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 /Dockerfile.CentOS | |
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
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r-- | Dockerfile.CentOS | 1 |
1 files changed, 1 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 |