Skip to content

Commit

Permalink
Merge pull request #30 from lukecampbell/ckan-updates
Browse files Browse the repository at this point in the history
Updates reference of CKAN
  • Loading branch information
lukecampbell authored Apr 19, 2017
2 parents ed00118 + d591bd4 commit fab62a1
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 fab62a1

Please sign in to comment.