Hackfix CKAN X509_STORE_CTX wrapper
This commit is contained in:
parent
4f5571492b
commit
a4a7394cc8
@ -21,6 +21,8 @@ RUN \
|
||||
&& cd /srv/ckan-datapusher \
|
||||
&& pip install -U setuptools \
|
||||
&& 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 \
|
||||
# Create OS user
|
||||
&& addgroup -S -g 8004 ckan-datapusher \
|
||||
|
Loading…
Reference in New Issue
Block a user