docker-puppeteer icon indicating copy to clipboard operation
docker-puppeteer copied to clipboard

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

Open isakatirci opened this issue 4 years ago • 1 comments

isakatirci avatar Oct 12 '20 11:10 isakatirci

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

rafipiccolo avatar Jan 19 '21 23:01 rafipiccolo