contrib/docker/centos6
author Boris Feld <boris.feld@octobus.net>
Thu, 05 Apr 2018 17:58:58 +0200
changeset 37389 bef863a09acd
parent 34423 1baa077214ae
permissions -rw-r--r--
stack: follow-up on the stack revset Follow good-practice for defining the stack revset. Differential Revision: https://phab.mercurial-scm.org/D3136

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