contrib/packaging/docker/centos7
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 15:35:44 -0500
changeset 43532 da9ecbb10368
parent 41234 4c0d4bbdc395
child 45855 de1f4c431619
permissions -rw-r--r--
vfs: more attribute suppressions Differential Revision: https://phab.mercurial-scm.org/D7285

FROM centos:centos7

RUN groupadd -g %GID% build && \
    useradd -u %UID% -g %GID% -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