forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- scheming_dcat to v2.0.0
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -12,12 +12,12 @@ COPY req_fixes ${APP_DIR}/req_fixes | |
### Harvester - v1.5.1 ### | ||
### Geoview - v0.0.20 ### | ||
### Spatial - v2.0.0 ### fixed requirements.txt | ||
### DCAT - v1.2.0-geodcatap (GeoDCAT-AP extended version) ### | ||
### DCAT - v1.2.0-geodcatap (GeoDCAT-AP/NTI-RISP extended version) ### | ||
### Scheming - release-3.0.0 ### | ||
### Resource dictionary - v1.0.1 ### | ||
### Pages - v0.5.2 ### | ||
### PDFView - 0.0.8 ### | ||
### Scheming DCAT - v1.2.0 (GeoDCAT-AP extended version) ### | ||
### Scheming DCAT - v2.0.0 (GeoDCAT-AP/NTI-RISP extended version) ### | ||
### SPARQL Interface - 2.0.1 ### | ||
RUN echo ${TZ} > /etc/timezone && \ | ||
if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then cp /usr/share/zoneinfo/${TZ} /etc/localtime ; fi && \ | ||
|
@@ -46,8 +46,8 @@ RUN echo ${TZ} > /etc/timezone && \ | |
echo "ckan/ckanext-pdfview" && \ | ||
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-pdfview && \ | ||
echo "mjanez/ckanext-scheming_dcat" && \ | ||
pip3 install -e git+https://github.com/mjanez/ckanext-scheming_dcat.git@v1.2.0#egg=ckanext_scheming_dcat && \ | ||
pip3 install -r https://raw.githubusercontent.com/mjanez/ckanext-scheming_dcat/v1.2.0/requirements.txt | ||
pip3 install -e git+https://github.com/mjanez/ckanext-scheming_dcat.git@v2.0.0#egg=ckanext_scheming_dcat && \ | ||
pip3 install -r https://raw.githubusercontent.com/mjanez/ckanext-scheming_dcat/v2.0.0/requirements.txt | ||
|
||
# Used to configure the container environment by setting environment variables, creating users, running initialization scripts, .etc | ||
COPY docker-entrypoint.d/* /docker-entrypoint.d/ | ||
|
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