mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
updated warc2zim and browsertrix-crawler
This commit is contained in:
parent
f746f7b020
commit
03abf6050a
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
- Defaults to `load,networkidle0` for waitUntil param (same as crawler)
|
||||
- Allows setting combinations of values for waitUntil param
|
||||
- Updated warc2zim to 1.3.5
|
||||
- Updated browsertrix-crawler to 0.3.1
|
||||
|
||||
# 1.1.3
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
FROM webrecorder/browsertrix-crawler:0.2.0
|
||||
FROM webrecorder/browsertrix-crawler:0.3.1
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN mkdir -p /output
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install 'warc2zim>=1.3.4' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13'
|
||||
RUN pip install 'warc2zim>=1.3.5' '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