contrib/packaging/docker/centos7
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 18 Jul 2018 22:27:57 -0700
changeset 38913 c2c253558e3c
parent 38457 11eda1f1b6e7
child 41234 4c0d4bbdc395
permissions -rw-r--r--
index: move more fields onto nodetree type The fields moves are the ones that are not related to how the nodetree is used in the index and that will make sense for the new nodetree instance for a subset of the index that I'll add later. Differential Revision: https://phab.mercurial-scm.org/D4109

FROM centos:centos7

RUN groupadd -g 1000 build && \
    useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build

RUN yum install -y \
	gcc \
	gettext \
	make \
	python-devel \
	python-docutils \
	rpm-build \
	tar

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