Mercurial > hg
view contrib/packaging/docker/centos8 @ 47859:155a2ec8a9dc
merge with stable
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 22 Aug 2021 16:32:06 -0400 |
parents | 25d36300ba8e |
children | aeeb54261099 |
line wrap: on
line source
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 # For rust extensions RUN yum install -y cargo