diff options
-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 |