##// 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
Mads Kiilerich
docker: use stable tags for fedora and centos...
r22442 FROM centos:centos6
Matt Mackall
build: initial support for in-tree autobuilding recipes
r21255 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