contrib/docker/centos5
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 02 Oct 2015 15:58:24 -0700
changeset 26442 ef8d27f53204
parent 23034 eea2e0f76a24
child 33628 aa7a3f6e3729
permissions -rw-r--r--
streamclone: move stream_in() from localrepo Another basic content move. The underscore from the function name was removed to comply with naming standards.

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