mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
warc2zim is now at main branch, not master
This commit is contained in:
parent
3756c6612f
commit
0172c53c50
@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 &&
|
|||||||
|
|
||||||
# temp (needs warc2zim release on zimit release)
|
# 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' && \
|
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
|
RUN mkdir -p /output
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user