contrib/docker/centos7
author Augie Fackler <augie@google.com>
Sat, 14 Apr 2018 11:07:24 -0400
changeset 37714 5dd71e9ae68a
parent 34424 1baa077214ae
permissions -rw-r--r--
tests: add b prefixes to test-hg-parseurl.py Now passes on Python 3. Differential Revision: https://phab.mercurial-scm.org/D3374

FROM centos:centos7
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build \
	tar

# For creating repo meta data
RUN yum install -y createrepo