mirror of https://github.com/containers/podman.git
Dockerfile: install nmap-ncat
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1100 Approved by: mheon
This commit is contained in:
parent
4692f3ab32
commit
4a6f79b62b
|
@ -23,6 +23,7 @@ RUN yum -y install btrfs-progs-devel \
|
||||||
python3-dateutil \
|
python3-dateutil \
|
||||||
which\
|
which\
|
||||||
golang-github-cpuguy83-go-md2man \
|
golang-github-cpuguy83-go-md2man \
|
||||||
|
nmap-ncat \
|
||||||
iptables && yum clean all
|
iptables && yum clean all
|
||||||
|
|
||||||
# Install CNI plugins
|
# Install CNI plugins
|
||||||
|
|
|
@ -25,6 +25,7 @@ RUN dnf -y install btrfs-progs-devel \
|
||||||
which\
|
which\
|
||||||
golang-github-cpuguy83-go-md2man \
|
golang-github-cpuguy83-go-md2man \
|
||||||
procps-ng \
|
procps-ng \
|
||||||
|
nmap-ncat \
|
||||||
iptables && dnf clean all
|
iptables && dnf clean all
|
||||||
|
|
||||||
# Install CNI plugins
|
# Install CNI plugins
|
||||||
|
|
Loading…
Reference in New Issue