contrib/docker/centos6
author Yuya Nishihara <yuya@tcha.org>
Fri, 16 Mar 2018 23:59:13 +0900
changeset 36970 e55d80804ace
parent 34423 1baa077214ae
permissions -rw-r--r--
py3: make test-template-engine.t bytes-safe

FROM centos:centos6
RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build \
	tar

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

# For python
RUN yum install -y \
	bzip2-devel \
	ncurses-devel \
	openssl-devel \
	readline-devel \
	zlib-devel