contrib/docker/fedora21
author Augie Fackler <augie@google.com>
Sat, 14 Oct 2017 11:59:51 -0400
changeset 34724 9c3dcaf648ef
parent 34423 1baa077214ae
permissions -rw-r--r--
httppeer: convert request url back to bytes before inspecting it Differential Revision: https://phab.mercurial-scm.org/D1089

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