This commit is contained in:
parent
8b9e1a14a8
commit
522041cbae
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ dockerTools.buildImage {
|
||||||
copyToRoot = buildEnv {
|
copyToRoot = buildEnv {
|
||||||
name = "image-root";
|
name = "image-root";
|
||||||
pathsToLink = [ "/bin" ];
|
pathsToLink = [ "/bin" ];
|
||||||
paths = with pkgs_linux [
|
paths = with pkgs_linux; [
|
||||||
coreutils
|
coreutils
|
||||||
u-root-cmds
|
u-root-cmds
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue