FROM centos:7
RUN yum install -y less vim which net-tools
CMD tail -f /dev/null
