From 1f3e8a9532ec8cd223ca784995f7c74751ec5295 Mon Sep 17 00:00:00 2001 From: Luke Campbell Date: Mon, 24 Apr 2017 15:58:58 -0400 Subject: [PATCH] Updates ckanext-spatial with latest pycsw changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5a56ff..37318a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -q -y git libgeos-dev libxml2 # BWA: Use commit off master branch to fix tile issues. Replaces MapQuest # tiles with Stamen tiles. -RUN $CKAN_HOME/bin/pip install -e git+https://github.com/ioos/ckanext-spatial.git@b8754929e61dc9bc40af2f7777d6c726a3574f32#egg=ckanext-spatial +RUN $CKAN_HOME/bin/pip install -e git+https://github.com/ioos/ckanext-spatial.git@aa69a71ea3c188d0e6da72759b5c0ab16ee2c9e3#egg=ckanext-spatial RUN $CKAN_HOME/bin/pip install -r $CKAN_HOME/src/ckanext-spatial/pip-requirements.txt # must use this commit or similar as tagged versions cause "Add harvests" page