Skip to content

Commit

Permalink
dropped unnecessary file download
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Feb 28, 2023
1 parent cf774be commit 63cecbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ USER root
ARG CKAN_EXT_SDDI_VERSION="2.9-support"
COPY --from=extbuild /wheels /srv/app/ext_wheels
COPY --chown=ckan:ckan afterinit.d/ ${APP_DIR}/docker-afterinit.d/
ADD https://raw.githubusercontent.com/tum-gis/ckanext-grouphierarchy-sddi/${CKAN_EXT_SDDI_VERSION}/ckanext/grouphierarchy/init_data.json \
/usr/lib/python3.8/site-packages/ckanext/grouphierarchy/init_data.json

# Install runtime dependencies
RUN set -ex && \
Expand All @@ -93,7 +91,6 @@ RUN set -ex && \
RUN set -ex && \
ckan config-tool "${APP_DIR}/production.ini" "ckan.plugins = ${CKAN__PLUGINS}" && \
chown -R ckan:ckan /srv/app && \
chown -Rv ckan:ckan /usr/lib/python3.8/site-packages/ckanext/grouphierarchy/init_data.json && \
# Remove wheels
rm -rf /srv/app/ext_wheels

Expand Down

0 comments on commit 63cecbb

Please sign in to comment.