view contrib/docker/fedora21 @ 36080:9dc28d8ea61e

narrow: remove support for old match modules Differential Revision: https://phab.mercurial-scm.org/D1975
author Augie Fackler <augie@google.com>
date Mon, 29 Jan 2018 18:08:56 -0500
parents 1baa077214ae
children
line wrap: on
line source

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