view contrib/docker/fedora21 @ 34979:7384250eabd9 stable

dispatch: do not drop unpaired argument at _earlygetopt() Before, "hg log -R" just worked.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 11 Nov 2017 12:09:19 +0900
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