From 24c843c4aff1f4c2aa0e98031698008fe0585394 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 6 Oct 2020 15:36:45 +0000 Subject: [PATCH] update to latest warc2zim (1.1.0) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20cc680..aa25645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip install pywb uwsgi # force reinstall of gevent to prevent segfault on uwsgi worker RUN pip install -U gevent -RUN pip install git+https://github.com/openzim/warc2zim@check-args-no-inputs#foo +RUN pip install warc2zim==1.1.0 COPY --from=chrome /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/ COPY --from=chrome /lib/x86_64-linux-gnu/libdbus* /lib/x86_64-linux-gnu/