view contrib/docker/fedora21 @ 34423:1baa077214ae

docker: try to follow the best practices for writing Dockerfiles Merged multiple RUN instructions and sorted the arguments alphabetically Reference: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
author muxator <a.mux@inwind.it>
date Sun, 01 Oct 2017 01:02:22 +0200
parents 272b1cc3e83e
children
line wrap: on
line source

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

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