Install flask-debugtoolbar for CKAN
This commit is contained in:
parent
fb0a8bc9da
commit
b4db5a5b78
@ -16,7 +16,8 @@ RUN \
|
||||
&& mkdir -p /srv/ckan \
|
||||
&& cd /srv/ckan \
|
||||
&& pip install -U setuptools \
|
||||
&& pip install -e 'git+https://github.com/ckan/ckan.git@ff96a5a#egg=ckan' \
|
||||
&& pip install flask-debugtoolbar \
|
||||
&& pip install -e 'git+https://github.com/ckan/ckan.git@ff96a5a76adbd25e93f434a44bafbcd79a7ae4cf#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