forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade ckanext-gdi-userportal version
- Loading branch information
1 parent
0764f07
commit dc568c1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|
Submodule ckanext-gdi-userportal
updated
from 940df0 to 2545e9