FROM ubuntu

RUN apt-get update && apt-get install -y iperf3 curl dnsutils iputils-ping netcat python3

CMD [ "sleep", "infinity" ]
