The build step for my static site includes a library which uses Puppeteer to catalog the SPA routes and generate static files for each route.
During deployment this build step fails while trying to run Puppeteer and I get the following error:
[2021-06-14T08:01:57.308144976Z] /workspace/node_modules/puppeteer/.local-chromium/linux-686378/chrome-linux/chrome: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory
Is there a way to install system level dependencies on the app platform?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey @rehandalal,
You won’t be able to launch puppeteer using buildpacks. You might consider deploying the app using Dockerfile where apt install will work. However, I have not installed Puppeteer myself using Dockerfile so I would recommend you to refer to the articles or posts available on Google such as below:
https://github.com/buildkite/docker-puppeteer
https://hub.docker.com/r/buildkite/puppeteer/
https://hub.docker.com/r/buildkite/puppeteer/dockerfile
https://paul.kinlan.me/hosting-puppeteer-in-a-docker-container/
It is always convenient to run such apps in Droplets because you have root permissions to run and execute such commands. Additionally, you can customise the underlying infrastructure as per your needs. However, if you are considering running this in App Platform and come across any error, then please don’t hesitate to reach out to our support team.
Cheers, Taha Fatima
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.