DEV Community

Discussion on: Using sudo without password prompt as non-root docker user

Collapse
 
legorock profile image
Ahmet Erdem

The password setting was not successful. I had to use && echo 'newuser:pa55w0rd' | chpasswd instead.