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