diff --git a/Dockerfile b/Dockerfile index 97f5c42..6be10d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:latest LABEL Maintainer="Wolfgang Hottgenroth " -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 +