##// END OF EJS Templates
docker: use stable tags for fedora and centos...
docker: use stable tags for fedora and centos A moving target is rarely useful.

File last commit:

r22442:77da9c03 default
r22442:77da9c03 default
Show More
centos6
7 lines | 194 B | text/plain | TextLexer
FROM centos:centos6
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
RUN yum install -y tar