mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 11:22:23 -04:00
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:
parent
af0c93f1df
commit
7bc0ed9c02
@ -8,7 +8,8 @@ RUN apt-get update \
|
|||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
# python setup (in venv not to conflict with browsertrix)
|
# python setup (in venv not to conflict with browsertrix)
|
||||||
&& python3 -m venv /app/zimit \
|
&& 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)
|
# placeholder (default output location)
|
||||||
&& mkdir -p /output \
|
&& mkdir -p /output \
|
||||||
# disable chrome upgrade
|
# disable chrome upgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user