contrib/docker/centos7
author Jun Wu <quark@fb.com>
Sun, 17 Jul 2016 23:05:59 +0100
changeset 29581 c66bc06f1bf6
parent 23033 1d354814ff4d
child 34423 1baa077214ae
permissions -rw-r--r--
chg: add pgid to hgclient struct The previous patch makes the server tell the client its pgid. This patch stores it in hgclient_t and adds a function to get it.

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