mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
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:
parent
5d2f58d9a2
commit
9680e32e82
10 changed files with 18 additions and 36 deletions
|
@ -1,13 +1,11 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (c) 2024 Matter Labs
|
||||
{ lib
|
||||
, dockerTools
|
||||
{ dockerTools
|
||||
, buildEnv
|
||||
, teepot
|
||||
, openssl
|
||||
, curl
|
||||
, nixsgx
|
||||
, ...
|
||||
}:
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "verify-attestation-sgx-azure";
|
||||
|
@ -15,9 +13,9 @@ dockerTools.buildLayeredImage {
|
|||
|
||||
config.Cmd = [ "${teepot.teepot.verify_attestation}/bin/verify-attestation" ];
|
||||
config.Env = [
|
||||
"LD_LIBRARY_PATH=/lib"
|
||||
"AZDCAP_DEBUG_LOG_LEVEL=ignore"
|
||||
"AZDCAP_COLLATERAL_VERSION=v4"
|
||||
"LD_LIBRARY_PATH=/lib"
|
||||
"AZDCAP_DEBUG_LOG_LEVEL=ignore"
|
||||
"AZDCAP_COLLATERAL_VERSION=v4"
|
||||
];
|
||||
contents = buildEnv {
|
||||
name = "image-root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue