contrib/docker/fedora21
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 12 Feb 2018 17:20:20 -0800
changeset 36261 2e07dc514073
parent 34424 1baa077214ae
permissions -rw-r--r--
wireprotoserver: add version to HTTP protocol name (API) This matches what we did for the SSH protocol handler in ac33dc94e1d5. .. api:: HTTP protocol handlers now advertises its internal name as ``http-v1`` instead of ``http``. Differential Revision: https://phab.mercurial-scm.org/D2219

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