Skip to content

Commit

Permalink
change about text to unify wording, temp change to gislab-augsburg repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Aug 14, 2024
1 parent 150ef53 commit 3711bba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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="71fd662"
ARG CKANEXT_LHM_VERSION="cee161a"
ENV CKANEXT_LHM_VERSION=${CKANEXT_LHM_VERSION}
ENV CKANEXT_LHM_GITHUB_URL="https://github.com/MandanaMoshref/ckanext-lhm"
ENV CKANEXT_LHM_GITHUB_URL="https://github.com/gislab-augsburg/ckanext-lhm"

RUN set -ex && \
pip install -r \
https://raw.githubusercontent.com/MandanaMoshref/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \
https://raw.githubusercontent.com/gislab-augsburg/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \
curl -o /wheels/ckanext-lhm.txt \
https://raw.githubusercontent.com/MandanaMoshref/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \
https://raw.githubusercontent.com/gislab-augsburg/ckanext-lhm/${CKANEXT_LHM_VERSION}/requirements.txt && \
pip wheel --wheel-dir=/wheels \
git+${CKANEXT_LHM_GITHUB_URL}.git@${CKANEXT_LHM_VERSION}#egg=ckanext-lhm

Expand Down

0 comments on commit 3711bba

Please sign in to comment.