HACK: add rsync to core image

use to pre-populate PVC volume
This commit is contained in:
Milas Bowman 2023-12-29 06:32:32 -05:00
parent b87b07beb1
commit b636b8ff96

View file

@ -22,7 +22,7 @@ in
# '';
copyToRoot = pkgs.buildEnv {
name = "woodpecker-plugin-nix-attic-image-root";
paths = [pkgs.gnumake pkgs.attic-client entrypoint];
paths = [pkgs.gnumake pkgs.rsync pkgs.attic-client entrypoint];
pathsToLink = ["/bin"];
};