Release v24
Unclaimed project
Are you a maintainer of puppeteer-heroku-buildpack? Claim this project to take control of your public changelog and roadmap.
Changelog
Installs dependencies needed in order to run puppeteer on heroku.
Release v24
Adds packages that aren't available at runtime in heroku-18
The largest library required by Puppeteer is xdg-utils, but I couldn't find what specifically it was used for. I tested without this library and the very basic app still loads and runs successfully on Heroku, but I'm assuming there is going to be some functionality that fails due to this missing package. If you are in dire need of a smaller slug size, you might be able to use this version if whate...
Reset the list to only the packages required for running puppeteer on Heroku-22 and starting to keep the major version number of the buildpack tied to the Heroku stack it represents.
List of common Puppeteer missing requirements here: https://pptr.dev/troubleshooting List of packages available on Heroku stacks: https://devcenter.heroku.com/articles/stack-packages#installed-ubuntu-packages...
Adds a single package to support puppeteer v3.0.0