contrib/docker/fedora20
author Anton Shestakov <av6@dwimlabs.net>
Thu, 22 Feb 2018 15:18:44 +0800
branchstable
changeset 35828 eedc69d2776d
parent 34424 1baa077214ae
permissions -rw-r--r--
graphlog: document what "_" and "*" mean Documenting "*" should've been a part of 9b3f95d9783d, but I somehow didn't notice that the symbols are explained in the command's help text.

FROM fedora:20
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build

# For creating repo meta data
RUN yum install -y createrepo