contrib/docker/centos7
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Tue, 01 May 2018 18:22:52 +0900
branchstable
changeset 37844 cf6605c2d135
parent 34424 1baa077214ae
permissions -rw-r--r--
i18n-ja: synchronized with 32a75a8a5b0f

FROM centos:centos7
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build \
	tar

# For creating repo meta data
RUN yum install -y createrepo