master-thesis/code/images/idle/Dockerfile

6 lines
132 B
Docker
Raw Normal View History

2023-05-11 17:44:13 +02:00
FROM ubuntu
RUN apt-get update && apt-get install -y iperf3 curl dnsutils iputils-ping netcat python3
CMD [ "sleep", "infinity" ]