contrib/docker/centos5
author Augie Fackler <augie@google.com>
Sun, 19 Mar 2017 00:21:26 -0400
changeset 31500 7e9c7d1d65cb
parent 23034 eea2e0f76a24
child 33626 aa7a3f6e3729
permissions -rw-r--r--
dispatch: extract maybe-use-repr formatting to helper function I think this makes the code much clearer. I had to think for a bit to unpack the old-school `condition and if-true or if-false` dance, and formatting argument lists here shouldn't be performance critical.

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