mirror of
https://github.com/openzim/zimit.git
synced 2025-09-25 05:44:12 -04:00
base image: use latest base image, warc2zim
This commit is contained in:
parent
c228c8300c
commit
6b5dbd20cb
@ -1,8 +1,9 @@
|
||||
FROM webrecorder/browsertrix-crawler:0.1.0
|
||||
FROM webrecorder/browsertrix-crawler:0.1.1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install 'warc2zim>=1.3.0'
|
||||
#RUN pip install 'warc2zim>=1.3.0'
|
||||
RUN pip install git+https://github.com/openzim/warc2zim.git@favicon-fix
|
||||
|
||||
ADD zimit.py /app/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user