mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
Fixed #172: Disabled Chrome updates to prevent incidental inclusion of update data in WARC/ZIM
This commit is contained in:
parent
238d1a6016
commit
6324b7c7c5
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Using browsertrix-crawler 0.8.1
|
||||
- Using `main` warc2zim ⚠️ change before releasing!
|
||||
- Disabled Chrome updates to prevent incidental inclusion of update data in WARC/ZIM (#172)
|
||||
|
||||
## [1.3.1] - 2023-02-06
|
||||
|
||||
|
@ -26,5 +26,7 @@ ADD zimit.py /app/
|
||||
|
||||
RUN ln -s /app/zimit.py /usr/bin/zimit
|
||||
|
||||
RUN printf "repo_add_once=\"false\"\nrepo_reenable_on_distupgrade=\"false\"\n" > /etc/default/google-chrome
|
||||
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
CMD ["zimit"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user