From 9a58a3ead1e54763c0bd24b27fe6d538699cb102 Mon Sep 17 00:00:00 2001 From: Martin Bayr Date: Thu, 19 Sep 2024 14:16:45 +0200 Subject: [PATCH] update ckanext-lhm, back to original, with pr #2 --- sddi-urban/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sddi-urban/Dockerfile b/sddi-urban/Dockerfile index 2779179..e21b825 100644 --- a/sddi-urban/Dockerfile +++ b/sddi-urban/Dockerfile @@ -73,15 +73,15 @@ RUN set -ex && \ git+${CKANEXT_XLOADER_GITHUB_URL}.git@${CKANEXT_XLOADER_VERSION}#egg=ckanext-xloader # ckanext-lhm ########################################################## -ARG CKANEXT_LHM_VERSION="a434127" +ARG CKANEXT_LHM_VERSION="d28dbfa" ENV CKANEXT_LHM_VERSION=${CKANEXT_LHM_VERSION} -ENV CKANEXT_LHM_GITHUB_URL="https://github.com/gislab-augsburg/ckanext-lhm" +ENV CKANEXT_LHM_GITHUB_URL="https://github.com/MandanaMoshref/ckanext-lhm" RUN set -ex && \ pip install -r \ - https://raw.githubusercontent.com/gislab-augsburg/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \ + https://raw.githubusercontent.com/MandanaMoshref/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \ curl -o /wheels/ckanext-lhm.txt \ - https://raw.githubusercontent.com/gislab-augsburg/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \ + https://raw.githubusercontent.com/MandanaMoshref/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \ pip wheel --wheel-dir=/wheels \ git+${CKANEXT_LHM_GITHUB_URL}.git@${CKANEXT_LHM_VERSION}#egg=ckanext-lhm