FROM ubuntu
RUN apt-get update && \
    apt-get install -y iputils-ping && \
    apt-get install -y telnet && \
    apt-get install -y wget
CMD bash