contrib/docker/fedora20
author Boris Feld <boris.feld@octobus.net>
Thu, 05 Apr 2018 17:58:58 +0200
changeset 37389 bef863a09acd
parent 34423 1baa077214ae
permissions -rw-r--r--
stack: follow-up on the stack revset Follow good-practice for defining the stack revset. Differential Revision: https://phab.mercurial-scm.org/D3136

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