Remove workaround for CKAN compatibility with Postgres 10
This commit is contained in:
parent
43b690c1a2
commit
a6ab5edc02
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user