Merge pull request #7046 from mkenigs/fix-root-SHELL
dockerImage: fix root shell
This commit is contained in:
@@ -33,7 +33,7 @@ let
|
||||
|
||||
root = {
|
||||
uid = 0;
|
||||
shell = "/bin/bash";
|
||||
shell = "${pkgs.bashInteractive}/bin/bash";
|
||||
home = "/root";
|
||||
gid = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user