Fixed #172: Disabled Chrome updates to prevent incidental inclusion of update data in WARC/ZIM

This commit is contained in:
renaud gaudin 2023-03-10 12:10:06 +00:00
parent 238d1a6016
commit 6324b7c7c5
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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"]