Mercurial > hg
view contrib/packaging/docker/centos7 @ 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 | 4c0d4bbdc395 |
children | de1f4c431619 |
line wrap: on
line source
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