Skip to content

Commit

Permalink
Update CKAN Dockerfile: upgrade IEPNB to v2.4.2 for harvester fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Dec 2, 2024
1 parent 53744f8 commit 580095e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY req_fixes req_fixes
## PDFView - 0.0.8 ##
## Fluent - v1.0.1 (mjanez/Forked stable version) ##
## Scheming DCAT - v3.2.4 (mjanez/GeoDCAT-AP/NTI-RISP extended version - IEPNB 2.9.12 compatible) ##
## IEPNB - v2.4.1 (OpenDataGIS/IEPNB - MITECO Schema alignement) ##
## IEPNB - v2.4.2 (OpenDataGIS/IEPNB - MITECO Schema alignement) ##
RUN echo ${TZ} > /etc/timezone && \
if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then cp /usr/share/zoneinfo/${TZ} /etc/localtime; fi && \
# Remove apk cache
Expand Down Expand Up @@ -63,7 +63,7 @@ RUN echo ${TZ} > /etc/timezone && \
pip3 install --no-cache-dir -e git+https://github.com/mjanez/[email protected]#egg=ckanext_schemingdcat && \
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-schemingdcat/requirements.txt && \
echo "OpenDataGIS/ckanext-iepnb" && \
pip3 install --no-cache-dir -e git+https://${ACCESS_TOKEN}@github.com/OpenDataGIS/[email protected].1#egg=ckanext-iepnb && \
pip3 install --no-cache-dir -e git+https://${ACCESS_TOKEN}@github.com/OpenDataGIS/[email protected].2#egg=ckanext-iepnb && \
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-iepnb/requirements.txt && \
echo "OpenDataGIS/ckanext-sparql_interface" && \
pip3 install --no-cache-dir -e git+https://github.com/OpenDataGIS/[email protected]#egg=ckanext-sparql_interface && \
Expand Down

0 comments on commit 580095e

Please sign in to comment.