Compare commits

..

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

View file

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