diff --git a/host/Dockerfile b/host/Dockerfile index 673e4e9..f7677e9 100644 --- a/host/Dockerfile +++ b/host/Dockerfile @@ -1,5 +1,17 @@ FROM ubuntu:24.04 RUN apt-get update && \ - apt-get install -y nmap vim nano && \ - rm -rf /var/lib/apt/lists/* \ No newline at end of file + apt-get install -y \ + nmap \ + vim \ + nano \ + curl \ + net-tools \ + iproute2 \ + iperf3 \ + socat \ + iputils-ping \ + tcpdump \ + && rm -rf /var/lib/apt/lists/* + + CMD [ "sh", "-c", "cd; exec bash -i" ] \ No newline at end of file