mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
using crawler 0.8.1 and warc2zim's main
This commit is contained in:
parent
79d444e7ea
commit
238d1a6016
@ -5,6 +5,13 @@ All notable changes to this project are documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Using browsertrix-crawler 0.8.1
|
||||
- Using `main` warc2zim ⚠️ change before releasing!
|
||||
|
||||
## [1.3.1] - 2023-02-06
|
||||
|
||||
### Changed
|
||||
|
@ -1,10 +1,11 @@
|
||||
FROM webrecorder/browsertrix-crawler:0.8.0
|
||||
FROM webrecorder/browsertrix-crawler:0.8.1
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 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' 'warc2zim==1.5.1'
|
||||
RUN pip3 install --no-cache-dir 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' 'warc2zim==1.5.1' && \
|
||||
pip3 install 'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim'
|
||||
|
||||
RUN mkdir -p /output
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user