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:
Gabor Pihaj 2023-10-08 16:53:40 +00:00 committed by Gabor Pihaj
parent 7dc68ba37f
commit 9b6ee9886f
No known key found for this signature in database
GPG key ID: 7BCF5D144C6C06E3

View file

@ -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"];
};