contrib/packaging/docker/centos7
author Augie Fackler <augie@google.com>
Sat, 13 Oct 2018 04:00:57 -0400
changeset 40239 379dd054614b
parent 38461 11eda1f1b6e7
child 41234 4c0d4bbdc395
permissions -rw-r--r--
py3: moar passing tests Differential Revision: https://phab.mercurial-scm.org/D5055

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