FROM centos:7

# Install Python so Ansible can run against node
RUN yum update -y && yum install -y python3
