view contrib/docker/centos7 @ 29648:94c5273c7d5d stable

doc: fix incorrect use of rst hg role in help text
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 01 Aug 2016 06:08:27 +0900
parents 1d354814ff4d
children 1baa077214ae
line wrap: on
line source

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