Mercurial > hg
view contrib/docker/centos6 @ 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 | 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