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";
|
||||
tag = "latest";
|
||||
|
||||
copyToRoot = buildEnv {
|
||||
name = "image-root";
|
||||
pathsToLink = [ "/bin" ];
|
||||
paths = [
|
||||
coreutils
|
||||
u-root-cmds
|
||||
bash
|
||||
nix
|
||||
nodejs
|
||||
# podman
|
||||
];
|
||||
};
|
||||
contents = [
|
||||
coreutils
|
||||
u-root-cmds
|
||||
bash
|
||||
nix
|
||||
nodejs
|
||||
podman
|
||||
];
|
||||
|
||||
runAsRoot = ''
|
||||
#!${stdenv.shell}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue