This commit is contained in:
parent
40cd9d3745
commit
22333b143b
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ dockerTools.buildImage {
|
|||
pathsToLink = [ "/bin" ];
|
||||
paths = [
|
||||
coreutils
|
||||
u-root-cmds
|
||||
# u-root-cmds
|
||||
bash
|
||||
nix
|
||||
nodejs
|
||||
# nix
|
||||
# nodejs
|
||||
# podman
|
||||
];
|
||||
};
|
||||
|
@ -31,7 +31,7 @@ dockerTools.buildImage {
|
|||
'';
|
||||
|
||||
config = {
|
||||
# User = "root";
|
||||
User = "runner";
|
||||
Cmd = [ "${lib.getExe bashInteractive}" ];
|
||||
WorkingDir = "/data";
|
||||
Volumes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue