view contrib/docker/centos7 @ 36049:488e313954ea

py3: check for bytes instead of str in hg.share() Differential Revision: https://phab.mercurial-scm.org/D2151
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 11 Feb 2018 14:30:44 -0800
parents 1baa077214ae
children
line wrap: on
line source

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