Skip to content

Commit

Permalink
Updates reference of CKAN
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecampbell committed Apr 19, 2017
1 parent ed00118 commit d591bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]#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"
Expand Down

0 comments on commit d591bd4

Please sign in to comment.