Mercurial > hg
view contrib/packaging/docker/centos8 @ 44486:b55bec1ea972
cext: drop the WITH_RUST block
These were used by the `direct-ffi` mode that just got dropped.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 09 Mar 2020 17:26:30 +0100 |
parents | 7c9d42c1042d |
children | eccbfa7e19c0 |
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