Skip to content

Commit

Permalink
Merge pull request #32 from lukecampbell/pycsw
Browse files Browse the repository at this point in the history
Updates ckanext-spatial with latest pycsw changes
  • Loading branch information
lukecampbell authored Apr 24, 2017
2 parents 0a0c28b + 1f3e8a9 commit fe95cdf
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 @@ -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
Expand Down

0 comments on commit fe95cdf

Please sign in to comment.