Skip to content

Commit

Permalink
fix: upgrade ckanext-gdi-userportal version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Apr 17, 2024
1 parent 0764f07 commit dc568c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ckan/ckan-base:2.10.4
# Install any extensions needed by your CKAN instance
# See Dockerfile.dev for more details and examples

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

RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \
Expand Down
2 changes: 1 addition & 1 deletion src/ckanext-gdi-userportal

0 comments on commit dc568c1

Please sign in to comment.