##// END OF EJS Templates
docker: use official centos5 image...
Mads Kiilerich -
r23034:eea2e0f7 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 FROM saltstack/centos-5-minimal
1 FROM centos:centos5
2 RUN yum install -y gcc make rpm-build gettext tar
2 RUN yum install -y gcc make rpm-build gettext tar
3 RUN yum install -y python-devel python-docutils
3 RUN yum install -y python-devel python-docutils
4 # For creating repo meta data
4 # For creating repo meta data
General Comments 0
You need to be logged in to leave comments. Login now