Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.78k stars 239 forks source link

Please add tzdata #213

Open fedulovivan opened 1 year ago

fedulovivan commented 1 year ago

Hello! Would be nice to have package tzdata builtin, to avoid building extra image based on current one.

Use case is renderring web app UI for certain timezone.

Althought there is a working workaround with puppeteer:

await page.emulateTimezone('America/Chicago');