mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
updating crawler and warc2zim
This commit is contained in:
parent
14ced5c481
commit
efd8ca53b4
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# 1.1.5
|
||||
|
||||
- using crawler 0.3.2 and warc2zim 1.3.6
|
||||
|
||||
# 1.1.4
|
||||
|
||||
- Defaults to `load,networkidle0` for waitUntil param (same as crawler)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
FROM webrecorder/browsertrix-crawler:0.3.1
|
||||
FROM webrecorder/browsertrix-crawler:0.3.2
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN mkdir -p /output
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install 'warc2zim>=1.3.5' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13'
|
||||
RUN pip install 'warc2zim>=1.3.6' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13'
|
||||
|
||||
ADD zimit.py /app/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue