diff --git a/host/Dockerfile b/host/Dockerfile index cc934f9..1fc628c 100644 --- a/host/Dockerfile +++ b/host/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && \ iperf3 \ socat \ iputils-ping \ + dnsutils \ tcpdump \ traceroute \ && rm -rf /var/lib/apt/lists/*