contrib/docker/fedora20
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 30 Dec 2015 17:15:10 -0700
changeset 27582 8f8f3b13252d
parent 22444 49ea49823769
child 34423 1baa077214ae
permissions -rw-r--r--
hgweb: support rendering a sub-topic If the requested topic contains a "." we assume a sub-topic is requested and display it.

FROM fedora:20
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
# For creating repo meta data
RUN yum install -y createrepo