diff contrib/docker/centos5 @ 22443:d8818616c45e

docker: add CentOS 5 There is no official CentOS 5 docker template so we use one from saltstack.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 15 May 2014 01:48:37 +0200
parents
children 49ea49823769
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/docker/centos5	Thu May 15 01:48:37 2014 +0200
@@ -0,0 +1,4 @@
+FROM saltstack/centos-5-minimal
+RUN yum install -y gcc make rpm-build gettext tar
+RUN yum install -y python-devel python-docutils
+RUN yum install -y readline-devel openssl-devel ncurses-devel zlib-devel bzip2-devel