master-thesis/code/images/idle/Dockerfile
2023-05-11 17:44:13 +02:00

6 lines
132 B
Docker

FROM ubuntu
RUN apt-get update && apt-get install -y iperf3 curl dnsutils iputils-ping netcat python3
CMD [ "sleep", "infinity" ]