Re-add CKAN DP X509_STORE_CTX wrapper hackfix

This commit is contained in:
Disassembler 2020-03-14 15:16:48 +01:00
parent 58960e5e01
commit 4e0cbe0dcb
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -13,9 +13,13 @@ RUN EOF
cd /srv/ckan-datapusher
pip install -U setuptools
pip install -e 'git+https://github.com/ckan/datapusher.git@e662e3c33e069ac174cdb4fb1d61121f0ba4bb3a#egg=datapusher'
# Hackfix the X509_STORE_CTX wrapper
sed -i 's/\[security\]//' /srv/ckan-datapusher/src/datapusher/requirements.txt
pip install -r /srv/ckan-datapusher/src/datapusher/requirements.txt
# Hackfix werkzeug==1.0.0 proxy_fix import
# https://github.com/ckan/ckan-service-provider/pull/49
sed -i 's/werkzeug\.contrib\.fixers/werkzeug.middleware.proxy_fix/' /usr/lib/python2.7/site-packages/ckanserviceprovider/web.py
# Create OS user