mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
The recommended Dockerfile uses node:10-slim image as a base, but the base image does not contain wget command anymore. (About the reason, see https://github.com/nodejs/docker-node/issues/1185) So fixed the problem.