view contrib/docker/centos6 @ 37189:b377b7dfe682

infinitepush: drop the logic related to inhibit extension The inhibit extension lives in hg-experimental and is not a core extension. Differential Revision: https://phab.mercurial-scm.org/D2098
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 03 Feb 2018 17:59:49 +0530
parents 1baa077214ae
children
line wrap: on
line source

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