FROM centos:7 # This is needed so that ansible managed to read "ansible_default_ipv4" RUN yum install iproute # we can has SSH EXPOSE 22 # pepare for takeoff CMD ["/usr/sbin/init"]