playwright-community / heroku-playwright-buildpack

Buildpack for running Playwright with Chromium and Firefox on Heroku.
https://heroku.playwright.tech
46 stars 42 forks source link

Missing dependency for firefox #25

Open hunterwilliams opened 1 year ago

hunterwilliams commented 1 year ago

Unsure 100% but it seems that libasound2 is now required for firefox. Otherwise it will note it's missing.

Workaround is adding chromium to the variable as it already includes this dependency.

italodeandra commented 11 months ago

Having the same issue here. Thanks for the headsup.

Installing chromium even without using it fix the issue. But it would be nice to have the dep without chromium.

bricoed commented 5 months ago

Had the same issue and posted a PR to fix it #27