##// END OF EJS Templates
centos5: use vault urls...
Mathias De Maré -
r33665:aa7a3f6e stable
parent child Browse files
Show More
@@ -1,4 +1,7 b''
1 FROM centos:centos5
1 FROM centos:centos5
2 RUN sed -i 's/^mirrorlist/#mirrorlist/' /etc/yum.repos.d/*.repo
3 RUN sed -i 's/^#\(baseurl=\)http:\/\/mirror.centos.org\/centos/\1http:\/\/vault.centos.org/' /etc/yum.repos.d/*.repo
4 RUN sed -i 's/\$releasever/5.11/' /etc/yum.repos.d/*.repo
2 RUN yum install -y gcc make rpm-build gettext tar
5 RUN yum install -y gcc make rpm-build gettext tar
3 RUN yum install -y python-devel python-docutils
6 RUN yum install -y python-devel python-docutils
4 # For creating repo meta data
7 # For creating repo meta data
General Comments 0
You need to be logged in to leave comments. Login now