Use CKAN git master again, closes #272
This commit is contained in:
parent
06b66fd04c
commit
3f8aee2d84
@ -17,7 +17,7 @@ RUN \
|
||||
&& cd /srv/ckan \
|
||||
&& pip install -U setuptools \
|
||||
&& pip install flask-debugtoolbar \
|
||||
&& pip install -e 'git+https://github.com/ckan/ckan.git@ff96a5a76adbd25e93f434a44bafbcd79a7ae4cf#egg=ckan' \
|
||||
&& pip install -e 'git+https://github.com/ckan/ckan.git#egg=ckan' \
|
||||
# Force psycopg2 version update for compatibility with PostgreSQL 10
|
||||
&& sed -i 's/psycopg2==2.4.5/psycopg2==2.7.1/' /srv/ckan/src/ckan/requirements.txt \
|
||||
&& pip install -r /srv/ckan/src/ckan/requirements.txt \
|
||||
|
Loading…
Reference in New Issue
Block a user