mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Dockerfile: install nmap-ncat
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1100 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
4692f3ab32
commit
4a6f79b62b
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user