fix typo
This commit is contained in:
parent
77e9b4ff94
commit
83b863291d
@ -1,7 +1,7 @@
|
|||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
|
|
||||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||||
LABEL ImageName="registry.gitlab.com/wolutator/networktools
|
LABEL ImageName="registry.gitlab.com/wolutator/networktools"
|
||||||
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
@ -16,7 +16,10 @@ RUN \
|
|||||||
apt-get install -y wget && \
|
apt-get install -y wget && \
|
||||||
apt-get install -y curl && \
|
apt-get install -y curl && \
|
||||||
apt-get install -y nmap && \
|
apt-get install -y nmap && \
|
||||||
apt-get install -y snmp
|
apt-get install -y snmp && \
|
||||||
|
apt-get install -y netcat && \
|
||||||
|
apt-get install -y tcpdump
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user