contrib/docker/fedora20
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 22 Oct 2017 23:53:10 +0530
changeset 35028 11a372d80496
parent 34424 1baa077214ae
permissions -rw-r--r--
py3: handle keyword arguments in hgext/children.py Differential Revision: https://phab.mercurial-scm.org/D1298

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

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