Hackfix CKAN X509_STORE_CTX wrapper

This commit is contained in:
Disassembler 2018-02-01 17:45:43 +01:00
parent 4f5571492b
commit a4a7394cc8
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -21,6 +21,8 @@ RUN \
&& cd /srv/ckan-datapusher \ && cd /srv/ckan-datapusher \
&& pip install -U setuptools \ && pip install -U setuptools \
&& pip install -e 'git+https://github.com/ckan/datapusher.git#egg=datapusher' \ && pip install -e 'git+https://github.com/ckan/datapusher.git#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 \ && pip install -r /srv/ckan-datapusher/src/datapusher/requirements.txt \
# Create OS user # Create OS user
&& addgroup -S -g 8004 ckan-datapusher \ && addgroup -S -g 8004 ckan-datapusher \