view contrib/docker/centos7 @ 36816:9ab7eba99fe5

tests: add a few tests involving --collapse and rebase.singletransaction=1 I'm about to change the rebase code quite a bit and this was poorly tested. Differential Revision: https://phab.mercurial-scm.org/D2757
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 08 Mar 2018 21:17:26 -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