view contrib/docker/fedora20 @ 35210:15d38e8fcb1e

merge with stable
author Augie Fackler <augie@google.com>
date Mon, 04 Dec 2017 11:28:29 -0500
parents 1baa077214ae
children
line wrap: on
line source

FROM fedora:20
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build

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