Add Docker client to Forgejo Nix action
All checks were successful
/ push (push) Successful in 3m32s
All checks were successful
/ push (push) Successful in 3m32s
This commit is contained in:
parent
faa171efed
commit
958559e318
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "image-root";
|
||||
paths = [ pkgs.coreutils pkgs.attic-client ];
|
||||
paths = [ pkgs.coreutils pkgs.attic-client pkgs.docker-client ];
|
||||
pathsToLink = [ "/bin" ];
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue