From 71e94914aa07f0aa2bfc77d33ea9982d18779099 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Wed, 23 Sep 2020 08:42:08 +0000 Subject: [PATCH] Added gevent update to prevent segfault in uwsgi --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d51dfb6..432b827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/