fix: revert openssl installation (#14)
This reverts commit 7dc68ba37f
.
Reviewed-on: https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/pulls/14
Co-authored-by: Gabor Pihaj <gabor.pihaj@gmail.com>
Co-committed-by: Gabor Pihaj <gabor.pihaj@gmail.com>
This commit is contained in:
parent
7dc68ba37f
commit
9b6ee9886f
1 changed files with 5 additions and 6 deletions
11
mkImage.nix
11
mkImage.nix
|
@ -16,14 +16,13 @@ in
|
|||
name = "git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic";
|
||||
tag = tag;
|
||||
fromImage = nixImage;
|
||||
# runAsRoot = ''
|
||||
# #!${pkgs.stdenv.shell}
|
||||
# export PATH=/bin:/usr/bin:/sbin:/usr/sbin:$PATH
|
||||
# '';
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "woodpecker-plugin-nix-attic-image-root";
|
||||
paths = [
|
||||
pkgs.gnumake
|
||||
pkgs.attic-client
|
||||
pkgs.openssl
|
||||
entrypoint
|
||||
];
|
||||
paths = [pkgs.gnumake pkgs.attic-client entrypoint];
|
||||
pathsToLink = ["/bin"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue