Skip to content

Commit

Permalink
Added missing ckan plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-daly committed Dec 19, 2024
1 parent e549788 commit 49c77a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan-ukds-2.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ RUN pip3 install -U pip && \
pip3 install -r ${SRC_DIR}/ckanext-ukdstheme/requirements.txt && \
pip3 install -e git+https://github.com/JiscSD/ckanext-dataset_geo_display.git#egg=ckanext-dataset_geo_display && \
pip3 install -r ${SRC_DIR}/ckanext-dataset-geo-display/requirements.txt && \
pip3 install -e git+https://github.com/JiscSD/ckanext-ukds_custom_dcat_profiles.git#egg=ckanext-ukds_custom_dcat_profiles && \
pip3 install -r ${SRC_DIR}/ckanext-ukds-custom-dcat-profiles/requirements.txt && \
# Create and update CKAN config
ckan generate config ${CKAN_INI} && \
ckan config-tool ${CKAN_INI} "SECRET_KEY = " && \
Expand Down

0 comments on commit 49c77a7

Please sign in to comment.