mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2024-11-16 18:10:50 +01:00
6 lines
132 B
Docker
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" ]
|