view contrib/docker/centos7 @ 35250:84607c8b5af8

merge with stable
author Augie Fackler <augie@google.com>
date Wed, 06 Dec 2017 16:45:38 -0500
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