Use main branch of warc2zim in dockerfile instead of released version.

This PR adapt to API changed made in main branch of warc2zim, so we must
use it instead of released version.
This commit is contained in:
Matthieu Gautier 2024-01-14 10:31:38 +01:00
parent af0c93f1df
commit 7bc0ed9c02

View File

@ -8,7 +8,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
# python setup (in venv not to conflict with browsertrix)
&& python3 -m venv /app/zimit \
&& /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' 'warc2zim==1.5.4' \
&& /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' \
'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim' \
# placeholder (default output location)
&& mkdir -p /output \
# disable chrome upgrade