view contrib/docker/centos6 @ 26801:73bf76bf6f14

bundlerepo: uncompress changegroup in bundle1 case only Uncompressing bundle2 needs to be handled differently.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 19 Oct 2015 18:04:08 +0200
parents 49ea49823769
children af09413deb72
line wrap: on
line source

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
# For creating repo meta data
RUN yum install -y createrepo