This commit is contained in:
Wolfgang Hottgenroth 2019-05-28 15:55:20 +02:00
parent 77e9b4ff94
commit 83b863291d
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -1,7 +1,7 @@
FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/networktools
LABEL ImageName="registry.gitlab.com/wolutator/networktools"
RUN \
@ -16,7 +16,10 @@ RUN \
apt-get install -y wget && \
apt-get install -y curl && \
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