Compare commits

..

No commits in common. "40cd9d3745c9f1c101ec21543d4a22735cacfba1" and "09a5df6253e3dd5556800388e34f64b9ae234ba3" have entirely different histories.

View file

@ -8,18 +8,14 @@ dockerTools.buildImage {
name = "default"; name = "default";
tag = "latest"; tag = "latest";
copyToRoot = buildEnv { contents = [
name = "image-root"; coreutils
pathsToLink = [ "/bin" ]; u-root-cmds
paths = [ bash
coreutils nix
u-root-cmds nodejs
bash podman
nix ];
nodejs
# podman
];
};
runAsRoot = '' runAsRoot = ''
#!${stdenv.shell} #!${stdenv.shell}