Added gevent update to prevent segfault in uwsgi

This commit is contained in:
renaud gaudin 2020-09-23 08:42:08 +00:00
parent 6a925748d5
commit 71e94914aa

View File

@ -9,6 +9,8 @@ ENV PROXY_HOST=localhost \
NO_SOCAT=1
RUN pip install pywb uwsgi warc2zim
# force reinstall of gevent to prevent segfault on uwsgi worker
RUN pip install -U gevent
#COPY --from=chrome /opt/google/chrome/ /opt/google/chrome/