view contrib/docker/centos7 @ 34579:1b59287a1cfa

doc: rename README to README.rst Many hosting services consider README without extension as plain text. By using .rst extension, we bring better formatting on many services (e.g. bitbucket).
author David Demelier <markand@malikania.fr>
date Tue, 26 Sep 2017 08:37:17 +0200
parents 1baa077214ae
children
line wrap: on
line source

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