Merge branch 'master' of github.com:keitaroinc/docker-ckan into fix-pip

This commit is contained in:
Marko Bocevski 2021-03-24 17:44:41 +01:00
commit 42f95f2f50
No known key found for this signature in database
GPG Key ID: C5B52A3811855AB3
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ RUN apk add --no-cache \
g++ \ g++ \
libffi-dev \ libffi-dev \
openssl-dev \ openssl-dev \
python3-dev python3-dev \
rust \
cargo
# Fetch and build the custom CKAN extensions # Fetch and build the custom CKAN extensions
RUN pip wheel --wheel-dir=/wheels git+${HARVEST_GIT_URL}@${HARVEST_GIT_BRANCH}#egg=ckanext-harvest RUN pip wheel --wheel-dir=/wheels git+${HARVEST_GIT_URL}@${HARVEST_GIT_BRANCH}#egg=ckanext-harvest