contrib/docker/centos7
author Matthieu Laneuville <matthieu.laneuville@octobus.net>
Sat, 18 Nov 2017 16:12:00 +0900
changeset 35120 fc0f3ed071fc
parent 34424 1baa077214ae
permissions -rw-r--r--
run-tests: outputdir also has to be changed if $TESTDIR is not $PWD Following a18eef03d879, running run-tests.py from outside tests/ would lead to the creation of .testtimes and test-*.t.err in $PWD instead of $TESTDIR. This patch fixes that and updates the relevant test.

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