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";
|
name = "git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic";
|
||||||
tag = tag;
|
tag = tag;
|
||||||
fromImage = nixImage;
|
fromImage = nixImage;
|
||||||
|
# runAsRoot = ''
|
||||||
|
# #!${pkgs.stdenv.shell}
|
||||||
|
# export PATH=/bin:/usr/bin:/sbin:/usr/sbin:$PATH
|
||||||
|
# '';
|
||||||
copyToRoot = pkgs.buildEnv {
|
copyToRoot = pkgs.buildEnv {
|
||||||
name = "woodpecker-plugin-nix-attic-image-root";
|
name = "woodpecker-plugin-nix-attic-image-root";
|
||||||
paths = [
|
paths = [pkgs.gnumake pkgs.attic-client entrypoint];
|
||||||
pkgs.gnumake
|
|
||||||
pkgs.attic-client
|
|
||||||
pkgs.openssl
|
|
||||||
entrypoint
|
|
||||||
];
|
|
||||||
pathsToLink = ["/bin"];
|
pathsToLink = ["/bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue