##// END OF EJS Templates
test-editor-filename: fix portability of fake editor command...
test-editor-filename: fix portability of fake editor command - /bin/bash doesn't exist on FreeBSD - edit is executed by cmd.exe on Windows

File last commit:

r33665:aa7a3f6e stable
r34060:4bf18894 default
Show More
centos5
9 lines | 502 B | text/plain | TextLexer
FROM centos:centos5
RUN sed -i 's/^mirrorlist/#mirrorlist/' /etc/yum.repos.d/*.repo
RUN sed -i 's/^#\(baseurl=\)http:\/\/mirror.centos.org\/centos/\1http:\/\/vault.centos.org/' /etc/yum.repos.d/*.repo
RUN sed -i 's/\$releasever/5.11/' /etc/yum.repos.d/*.repo
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