From 83b863291d738a20c41f840132d0b1a359ab3144 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 28 May 2019 15:55:20 +0200 Subject: [PATCH] fix typo --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +