Describe the bug
Puppeteer cannot launch the browser process, since the shared library libnss3.so, needed for chrome to start, cannot be found.
To Reproduce
Steps to reproduce the behavior:
- docker pull for the latest tag (11.0.0)
- docker tag
- docker push to Google artifact registry
- deploy container with Cloud Run
Expected behavior
The browser process starts without any errors
Screenshots

Possible solution
Adding the missing dependencies not bundled with the node environment of Cloud Run to the Dockerfile or creating an own Dockerfile for the Cloud Run use case. Referring to the following articles:
https://pptr.dev/troubleshooting#running-puppeteer-on-google-cloud-run-1
https://pptr.dev/troubleshooting#chrome-doesnt-launch-on-linux