Merge branch 'master' of github.com:keitaroinc/docker-ckan into fix-pip
This commit is contained in:
commit
42f95f2f50
|
@ -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