Use CKAN git master again, closes #272

This commit is contained in:
Disassembler 2018-08-10 21:04:22 +02:00
parent 06b66fd04c
commit 3f8aee2d84
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499

View File

@ -17,7 +17,7 @@ RUN \
&& cd /srv/ckan \ && cd /srv/ckan \
&& pip install -U setuptools \ && pip install -U setuptools \
&& pip install flask-debugtoolbar \ && 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 # 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 \ && 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 \ && pip install -r /srv/ckan/src/ckan/requirements.txt \