contrib/docker/fedora21
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 00:24:45 -0400
changeset 37880 1b230e19d044
parent 34423 1baa077214ae
permissions -rw-r--r--
tests: port test-pathencode.py to Python 3 # skip-blame uninteresting changes, mainly b prefixes Differential Revision: https://phab.mercurial-scm.org/D3475

FROM fedora:21
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build

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