Mercurial > hg
view contrib/docker/centos7 @ 33117:6ef5f0c95d64
setup: fix localhgenv
It should return env as a dict instead of None.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 28 Jun 2017 06:49:01 -0700 |
parents | 1d354814ff4d |
children | 1baa077214ae |
line wrap: on
line source
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