contrib/packaging/docker/centos8
author Georges Racinet <georges.racinet@octobus.net>
Wed, 11 Dec 2019 18:10:20 +0100
changeset 44016 992f0d6e7f33
parent 43405 7c9d42c1042d
child 45950 eccbfa7e19c0
permissions -rw-r--r--
rust-index: use the new method in shortesthexnodeidprefix This code can now run with both a Rust or a C index. Differential Revision: https://phab.mercurial-scm.org/D7659

FROM centos:centos8

RUN groupadd -g %GID% build && \
    useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build

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

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