-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ COPY req_fixes req_fixes | |
## Fluent - v1.0.1 (mjanez/Forked stable version) ## | ||
## OpenAPI - v1.0.0 (mjanez stable version) ## | ||
## Scheming DCAT - v4.2.3 (mjanez/GeoDCAT-AP/NTI-RISP extended version) ## | ||
## BNE - v1.0.0 (OpenDataGIS/API datos.abiertos) ## | ||
RUN echo ${TZ} > /etc/timezone && \ | ||
Check warning on line 28 in ckan/Dockerfile GitHub Actions / runner/test-docker-pr:ckan-2.10.5
Check notice on line 28 in ckan/Dockerfile GitHub Actions / runner/test-docker-pr:ckan-2.10.5
Check warning on line 28 in ckan/Dockerfile GitHub Actions / runner/test-docker-pr:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / manual/build-docker-push:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / manual/build-docker-push:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / manual/build-docker-push:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / manual/build-docker-push:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / runner/build-docker-push:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / runner/build-docker-push:ckan-2.10.5
Check failure on line 28 in ckan/Dockerfile GitHub Actions / runner/build-docker-push:ckan-2.10.5
|
||
if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then cp /usr/share/zoneinfo/${TZ} /etc/localtime; fi && \ | ||
# Install patch utility | ||
|
@@ -65,7 +66,7 @@ RUN echo ${TZ} > /etc/timezone && \ | |
echo "NaturalHistoryMuseum/ckanext-contact" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/NaturalHistoryMuseum/[email protected]#egg=ckanext-contact && \ | ||
echo "OpenDataGIS/ckanext-bne" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/OpenDataGIS/ckanext-bne.git@release-v1.0.0#egg=ckanext-bne && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/OpenDataGIS/[email protected]#egg=ckanext-bne && \ | ||
# Remove system cache | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|