forked from lix-project/lix
Merge pull request #7046 from mkenigs/fix-root-SHELL
dockerImage: fix root shell
This commit is contained in:
commit
3eb185d6d1
|
@ -33,7 +33,7 @@ let
|
||||||
|
|
||||||
root = {
|
root = {
|
||||||
uid = 0;
|
uid = 0;
|
||||||
shell = "/bin/bash";
|
shell = "${pkgs.bashInteractive}/bin/bash";
|
||||||
home = "/root";
|
home = "/root";
|
||||||
gid = 0;
|
gid = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue