fix: cleanup the nix packages

`curl` and `openssl` have to be specified with `.out`

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-03-07 16:02:44 +01:00
parent 5d2f58d9a2
commit 9680e32e82
Signed by: harald
GPG key ID: F519A1143B3FBE32
10 changed files with 18 additions and 36 deletions

View file

@ -1,12 +1,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Matter Labs
{ lib
, dockerTools
{ dockerTools
, nixsgx
, teepot
, buildEnv
, curl
, ...
}:
dockerTools.buildLayeredImage {
name = "vault-unseal";
@ -18,7 +16,7 @@ dockerTools.buildLayeredImage {
name = "image-root";
paths = with dockerTools; with nixsgx;[
azure-dcap-client
curl
curl.out
sgx-dcap.quote_verify
usrBinEnv
binSh