contrib/docker/centos7
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 17 Apr 2015 12:11:14 -0400
branchstable
changeset 24807 fff8b779e63a
parent 23033 1d354814ff4d
child 34424 1baa077214ae
permissions -rw-r--r--
test-add.t: fix output difference between Windows and OS X (issue4603)

FROM centos:centos7
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
RUN yum install -y tar
# For creating repo meta data
RUN yum install -y createrepo