From 85e838038fbacb6fedba6a956e577f997cff67b1 Mon Sep 17 00:00:00 2001 From: Stefanie Taepke Date: Wed, 24 Mar 2021 17:42:50 +0100 Subject: [PATCH] Install rust as cryptography-requirement (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * install rust as cryptography-requirement Installing cryptography fails with “This package requires Rust >=1.41.0.” if rust is not installed * install rust with cargo as cryptography-requirement --- examples/harvest/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/harvest/Dockerfile b/examples/harvest/Dockerfile index 49a345b..4afdbd7 100644 --- a/examples/harvest/Dockerfile +++ b/examples/harvest/Dockerfile @@ -16,7 +16,9 @@ RUN apk add --no-cache \ g++ \ libffi-dev \ openssl-dev \ - python3-dev + python3-dev \ + rust \ + cargo # Fetch and build the custom CKAN extensions RUN pip wheel --wheel-dir=/wheels git+${HARVEST_GIT_URL}@${HARVEST_GIT_BRANCH}#egg=ckanext-harvest