contrib/docker/fedora21
author Yoshinari Takaoka <mumumu@mumumu.org>
Tue, 29 Dec 2015 00:48:03 +0900
changeset 27554 1c66497261b2
parent 23882 272b1cc3e83e
child 34423 1baa077214ae
permissions -rw-r--r--
hgweb: fixed invalid atom-log feed url in file log page currently "subscribe to atom feed" link in file log page is as follows. /atom-log/[revision]/[file] This is invalid, because we could not get newer commit feed than [revision]. To fix this, atom-log feed url should be the following style. atom-log/tip/[file]

FROM fedora:21
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