alekzonder / docker-puppeteer

docker image with Google Puppeteer installed
https://hub.docker.com/r/alekzonder/puppeteer/
MIT License
485 stars 138 forks source link

what is root password? help ? `bash: sudo: command not found` #47

Open isakatirci opened 3 years ago

rafipiccolo commented 3 years ago

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