heroku / heroku-buildpack-google-chrome

[DEPRECATED] Classic buildpack that installs Google Chrome.
296 stars 365 forks source link

Add libxshmfence1 package dependency for Chrome 89.0.4389.72 #104

Closed benalavi closed 3 years ago

benalavi commented 3 years ago

Chrome stopped working on Heroku CI for us when this rolled out today https://chromereleases.googleblog.com/2021/

ldd says libxshmfence.so.1 => not found

Adding libxshmfence1 solved for our case (heroku-18 stack)