contrib/docker/centos5
author Yoshinari Takaoka <mumumu@mumumu.org>
Tue, 29 Dec 2015 00:48:03 +0900
changeset 27554 1c66497261b2
parent 23034 eea2e0f76a24
child 33628 aa7a3f6e3729
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 centos:centos5
RUN yum install -y gcc make rpm-build gettext tar
RUN yum install -y python-devel python-docutils
# For creating repo meta data
RUN yum install -y createrepo
RUN yum install -y readline-devel openssl-devel ncurses-devel zlib-devel bzip2-devel