Compare commits
No commits in common. "40cd9d3745c9f1c101ec21543d4a22735cacfba1" and "09a5df6253e3dd5556800388e34f64b9ae234ba3" have entirely different histories.
40cd9d3745
...
09a5df6253
1 changed files with 8 additions and 12 deletions
|
@ -8,18 +8,14 @@ dockerTools.buildImage {
|
||||||
name = "default";
|
name = "default";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
|
|
||||||
copyToRoot = buildEnv {
|
contents = [
|
||||||
name = "image-root";
|
|
||||||
pathsToLink = [ "/bin" ];
|
|
||||||
paths = [
|
|
||||||
coreutils
|
coreutils
|
||||||
u-root-cmds
|
u-root-cmds
|
||||||
bash
|
bash
|
||||||
nix
|
nix
|
||||||
nodejs
|
nodejs
|
||||||
# podman
|
podman
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
runAsRoot = ''
|
runAsRoot = ''
|
||||||
#!${stdenv.shell}
|
#!${stdenv.shell}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue