In order to solve the issue #139 for the Docker users, we will need to publish a new version of the base Dockerfile containing the Chrome binary.
To accomplish this issue we need to:
After this addition, we will be able to instruct users to use this new image when they need it, and we will not impact the current users of the getmeili/docs-scraper image with a non-requested size addition.
hint: we could base this new image in the algolia's image https://hub.docker.com/layers/algolia/docsearch-scraper/latest/ or in this comment #139 (comment)
In order to solve the issue #139 for the Docker users, we will need to publish a new version of the base
Dockerfilecontaining the Chrome binary.To accomplish this issue we need to:
getmeili/docs-scraper-with-chromeAfter this addition, we will be able to instruct users to use this new image when they need it, and we will not impact the current users of the
getmeili/docs-scraperimage with a non-requested size addition.hint: we could base this new image in the algolia's image https://hub.docker.com/layers/algolia/docsearch-scraper/latest/ or in this comment #139 (comment)