Remove workaround for CKAN compatibility with Postgres 10

This commit is contained in:
Disassembler 2018-08-30 18:23:00 +02:00
parent 43b690c1a2
commit a6ab5edc02
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -18,8 +18,6 @@ RUN \
&& pip install -U setuptools \
&& pip install flask-debugtoolbar \
&& 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 \
# Install CKAN extensions
&& pip install -e 'git+https://github.com/ckan/ckanext-basiccharts#egg=ckanext_basiccharts' \