contrib/docker/centos7
author Boris Feld <boris.feld@octobus.net>
Fri, 13 Oct 2017 23:03:46 +0200
changeset 34759 cd7bf9ad0e69
parent 34423 1baa077214ae
permissions -rw-r--r--
configitems: register the 'web.staticurl' config

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