Closed mkly closed 4 years ago
Thanks, this fix worked for us!
Thanks all, please note the circleci/buildpack-deps:bionic image is not actively maintained and no longer supported. Please consider switching to one of our next generation docker images. https://circleci.com/blog/announcing-our-next-generation-convenience-images-smaller-faster-more-deterministic/
Going to leave this issue here for some time to allow others to find the solution provided by @mkly
Closing this as an upstream issue and the upstream image is no longer supported.
Hi!
We have the same problem. We're on the next generation images (cimg/ruby:2.7.1
precisely).
As far as I see the problem is that the chrome package depends on libgbm1
. Installing this manually fixes the problem for us.
The orb installs some dependencies as well (https://github.com/CircleCI-Public/browser-tools-orb/blob/master/src/commands/install-chrome.yml#L121). Would you consider installing libgbm1
too?
Orb version
0.1.4
What happened
Fails with the error below 😞
Expected behavior
Google Chrome is successfully installed on a
circleci/buildpack-deps:bionic
image.Is there a workaround?
Successfully installs Chrome 🎉