Closed
Description
The su -c
commands for installing warsaw and starting the service fail (Authentication Error) because the root password has not been set in Ubuntu, so inputting an empty password or any password at all fails. I had to set the password on the Dockerfile through adding this line to the RUN command (substituting by the desired password):
&& echo root:<password> | chpasswd \
and also remove this line that unsets the password:
&& passwd -d root \
After doing that, it all worked like a charm for BB.
Thanks for the great work, man.
Metadata
Metadata
Assignees
Labels
No labels