feat: add busybox
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 36s
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 36s
This commit is contained in:
parent
b8a6b11d42
commit
69bedff308
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
minimal-nix = import (nix + "/docker.nix") {
|
minimal-nix = import (nix + "/docker.nix") {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraPkgs = [ pkgs.nodejs ];
|
extraPkgs = [ pkgs.nodejs pkgs.busybox ];
|
||||||
|
|
||||||
Labels = {
|
Labels = {
|
||||||
"org.opencontainers.image.title" = "Nix (minimal)";
|
"org.opencontainers.image.title" = "Nix (minimal)";
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraPkgs = [
|
extraPkgs = [
|
||||||
pkgs.nodejs
|
pkgs.nodejs
|
||||||
|
pkgs.busybox
|
||||||
pkgs.skopeo
|
pkgs.skopeo
|
||||||
inputs.niks3.packages.${system}.default
|
inputs.niks3.packages.${system}.default
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue