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"