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:
parent
af4a5353a4
commit
85e838038f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue