view contrib/docker/fedora20 @ 36691:1b179d151578

templater: fix position of terminator character in error message Since a template expression starts after the '{' character, the expression should be considered to end immediately before the terminator '{'.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 04 Mar 2018 07:03:50 -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