From 0172c53c50e2d1b52fe35d1e2da7144e26a0bb22 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Fri, 13 Jan 2023 10:02:29 +0000 Subject: [PATCH] warc2zim is now at main branch, not master --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7904a0c..2895df2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && # temp (needs warc2zim release on zimit release) RUN pip3 install --no-cache-dir 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' && \ - pip3 install 'git+https://github.com/openzim/warc2zim@master#egg_name=warc2zim' + pip3 install 'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim' RUN mkdir -p /output