Skip to content

Commit

Permalink
fix Civity reference to scheming
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Jan 20, 2025
1 parent 34b259f commit 906b52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM ckan/ckan-dev:2.11.1

USER root
RUN mkdir /srv/app/.local && chown ckan /srv/app/.local
RUN chown -R ckan:ckan-sys ${APP_DIR}
USER ckan


Expand All @@ -17,7 +17,7 @@ RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckan
RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-harvest && \
pip3 install -r ${APP_DIR}/src/ckanext-harvest/requirements.txt

RUN pip3 install -e git+https://github.com/CivityNL/[email protected]#egg=ckanext-scheming[requirements]
RUN pip3 install -e git+https://github.com/CivityNL/[email protected]-1#egg=ckanext-scheming[requirements]

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected]#egg=ckanext-fairdatapoint && \
pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt
Expand Down

0 comments on commit 906b52f

Please sign in to comment.