centos.Dockerfile.in.FAILING (312B)
1 # -*- dockerfile -*- 2 FROM centos:centos7 3 RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* 4 RUN sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-* 5 RUN yum update -y 6 # @TODO: Since CentOS is no more, do I even want to try and fix this?