Add option to set root password in debug container
When a build fails, it opens a shell in the container as the build user.
While debugging a build issue it can sometimes be useful to do things
that require root access, for example to install additional packages.
rbm
could have an option to set some password for the root account, to
allow using su
to become root in the container.