contrib/docker/centos7
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 18 Mar 2018 15:32:49 -0400
changeset 36990 b6a4881cec19
parent 34423 1baa077214ae
permissions -rw-r--r--
test-lfs: glob over some output changes These changes started with 2090044a288d. They aren't important to LFS testing.

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