diff --git a/Dockerfile b/Dockerfile index cc42b71..4ff8360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Adrian Mouat RUN apt-get update \ - && apt-get install -y traceroute curl dnsutils netcat-openbsd jq nmap \ + && apt-get install -y traceroute mtr curl dnsutils netcat-openbsd jq nmap \ net-tools \ && rm -rf /var/lib/apt/lists/* diff --git a/README.md b/README.md index 016b12e..29127c2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simple container based on Debian with a few network utilities installed, namely: - dnsutils - netcat (openbsd version) - curl - - traceroute + - traceroute / mtr - jq - net-tools (arp, ifconfig, netsat, rarp, nameif, route & more) - nmap