FROM centos:6
RUN yum makecache fast \
      && yum install -y \
           /usr/bin/python /usr/bin/python2-config sudo \
           yum-plugin-ovl bash iproute \
      && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf \
      && yum clean all
