mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 20:18:04 -04:00
Added gevent update to prevent segfault in uwsgi
This commit is contained in:
parent
6a925748d5
commit
71e94914aa
@ -9,6 +9,8 @@ ENV PROXY_HOST=localhost \
|
|||||||
NO_SOCAT=1
|
NO_SOCAT=1
|
||||||
|
|
||||||
RUN pip install pywb uwsgi warc2zim
|
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/
|
#COPY --from=chrome /opt/google/chrome/ /opt/google/chrome/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user