From d591bd4d9ee7c1fc9e37d10d0f5c4c4f5e5d6073 Mon Sep 17 00:00:00 2001 From: Luke Campbell Date: Wed, 19 Apr 2017 09:37:55 -0400 Subject: [PATCH] Updates reference of CKAN --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f92daa3..f5a56ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN $CKAN_HOME/bin/pip install -r $CKAN_HOME/src/ckanext-harvest/pip-requirement RUN $CKAN_HOME/bin/pip install -e git+https://github.com/geopython/pycsw.git@1.10.5#egg=pycsw RUN $CKAN_HOME/bin/pip install -r $CKAN_HOME/src/pycsw/requirements.txt -RUN $CKAN_HOME/bin/pip install -e git+https://github.com/ioos/catalog-ckan.git@ee9fddd75c7bfd216b4775f6411699b069908ef2#egg=ckanext-ioos-theme +RUN $CKAN_HOME/bin/pip install -e git+https://github.com/ioos/catalog-ckan.git@v0.1.0#egg=ckanext-ioos-theme # Set CKAN_INIT ENV CKAN_INIT="true"