From 8ceabce0e940ca568a0aa18ee5faa924e9944932 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 28 Oct 2020 18:15:30 +0000 Subject: [PATCH] update to warc2zim 1.3.0 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30b3389..013a42c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ ENV PROXY_HOST=localhost \ RUN pip install gevent>=20.9.0 uwsgi -RUN pip install git+https://github.com/openzim/warc2zim@fuzzy-match +#RUN pip install git+https://github.com/openzim/warc2zim@fuzzy-match +RUN pip install 'warc2zim>=1.3.0' RUN pip install git+https://github.com/webrecorder/pywb@patch-work