martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
204 stars 180 forks source link

Update Dockerfile to install Chromium for Puppeteer support #417

Closed aj-stein-nist closed 7 months ago

aj-stein-nist commented 7 months ago

Per #416, adding these deps to the container image to install Chromium and its transient dependencies would facilitate using Puppeteer in GitHub Actions, per the documentation at the address below.

https://pptr.dev/troubleshooting/

The i-d-template maintainer and others recommended mermaid-cli as a viable alternative to aasvg and other tools in #355. The former uses headless Chromium to operate.

martinthomson commented 7 months ago

Time to test in production!