Install rust as cryptography-requirement (#44)

* 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
This commit is contained in:
Stefanie Taepke 2021-03-24 17:42:50 +01:00 committed by GitHub
parent af4a5353a4
commit 85e838038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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