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";
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}