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/