fix warning
This commit is contained in:
parent
09a5df6253
commit
101bf12909
1 changed files with 12 additions and 8 deletions
|
@ -8,14 +8,18 @@ dockerTools.buildImage {
|
||||||
name = "default";
|
name = "default";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
|
|
||||||
contents = [
|
copyToRoot = buildEnv {
|
||||||
coreutils
|
name = "image-root";
|
||||||
u-root-cmds
|
pathsToLink = [ "/bin" ];
|
||||||
bash
|
paths = [
|
||||||
nix
|
coreutils
|
||||||
nodejs
|
u-root-cmds
|
||||||
podman
|
bash
|
||||||
];
|
nix
|
||||||
|
nodejs
|
||||||
|
podman
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
runAsRoot = ''
|
runAsRoot = ''
|
||||||
#!${stdenv.shell}
|
#!${stdenv.shell}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue