contrib/docker/fedora21
author Yuya Nishihara <yuya@tcha.org>
Sat, 24 Mar 2018 17:04:43 +0900
changeset 37118 49d6ba67c93f
parent 34424 1baa077214ae
permissions -rw-r--r--
util: mark platform-specific gethgcmd() as private util.hgcmd() is the public interface for gethgcmd().

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