FROM ubuntu
RUN apt-get update
RUN apt-get install -y traceroute iputils-ping
ENTRYPOINT /bin/bash
