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" ];
|
pathsToLink = [ "/bin" ];
|
||||||
paths = [
|
paths = [
|
||||||
coreutils
|
coreutils
|
||||||
u-root-cmds
|
# u-root-cmds
|
||||||
bash
|
bash
|
||||||
nix
|
# nix
|
||||||
nodejs
|
# nodejs
|
||||||
# podman
|
# podman
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -31,7 +31,7 @@ dockerTools.buildImage {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
# User = "root";
|
User = "runner";
|
||||||
Cmd = [ "${lib.getExe bashInteractive}" ];
|
Cmd = [ "${lib.getExe bashInteractive}" ];
|
||||||
WorkingDir = "/data";
|
WorkingDir = "/data";
|
||||||
Volumes = {
|
Volumes = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue