Background
- To run Puppeteer, you can’t just use an official Nodejs image and npm install puppeteer
- Below is the Dockerfile that I have tried and proved as a working solution
- More information see the Puppeteer official troubleshooting
Dockerfile
1 | FROM alpine |