mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 22:33:27 -04:00
use master warc2zim in-between releases
This commit is contained in:
parent
142970bc0a
commit
b79ad1b138
@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Initial url check normalizes homepage redirects to standart ports – 80/443 (#137)
|
||||
|
||||
### Changed
|
||||
|
||||
- Using warc2zim version xxx ⚠️ use released warc2zim before releasing
|
||||
|
||||
## [1.2.0] - 2022-06-21
|
||||
|
||||
### Added
|
||||
|
@ -3,7 +3,7 @@ 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/*
|
||||
|
||||
RUN pip3.8 install --no-cache-dir 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' 'warc2zim==1.4.3'
|
||||
RUN pip3.8 install --no-cache-dir 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' 'git+https://github.com/openzim/warc2zim@master#egg_name=warc2zim' # 'warc2zim==1.4.3'
|
||||
|
||||
RUN mkdir -p /output
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user