Skip to content

Commit

Permalink
update version ckanext-lhm, adapt footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Dec 22, 2023
1 parent 8eaa6b4 commit ad6e3ff
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="cca4bcb"
ARG CKANEXT_LHM_VERSION="e8c66da"
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 ad6e3ff

Please sign in to comment.