contrib/docker/centos7
author David Soria Parra <davidsp@fb.com>
Tue, 13 Dec 2016 21:49:58 -0800
changeset 30608 db9e883566e8
parent 23033 1d354814ff4d
child 34424 1baa077214ae
permissions -rw-r--r--
convert: encapsulate commit data fetching and commit object creation Split fetching the `describe` form from Perforce and the commit object creation into two functions. This allows us to reuse the commit construction for revisions passed from a revmap.

FROM centos:centos7
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