docker-puppeteer
docker-puppeteer copied to clipboard
what is root password? help ? `bash: sudo: command not found`
strange, why sudoing ? you should read the Dockerfile, it creates a user ans switches to it.
you can add
USER root
in your own Dockerfile for maximum pleasure (stay safe)
ps: im not the maintainer