HACK: add rsync to core image
use to pre-populate PVC volume
This commit is contained in:
parent
b87b07beb1
commit
b636b8ff96
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue