From 07ca217bc777b1bb3810c56ea626e1f1e3bde5bb Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Thu, 30 Jun 2022 19:22:34 +0800 Subject: [PATCH] [tools] Set libsgx-ae-id-enclave and libsgx-ae-qe3 version clearly --- tools/docker/Dockerfile.ubuntu20.04 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/docker/Dockerfile.ubuntu20.04 b/tools/docker/Dockerfile.ubuntu20.04 index f893beab..7e4c8d50 100644 --- a/tools/docker/Dockerfile.ubuntu20.04 +++ b/tools/docker/Dockerfile.ubuntu20.04 @@ -105,6 +105,8 @@ RUN apt-get update && aptitude install -y \ libsgx-aesm-ecdsa-plugin=$PSW_VERSION-focal1 \ libsgx-aesm-epid-plugin=$PSW_VERSION-focal1 \ libsgx-aesm-quote-ex-plugin=$PSW_VERSION-focal1 \ + libsgx-ae-id-enclave=$DCAP_VERSION-focal1 \ + libsgx-ae-qe3=$DCAP_VERSION-focal1 \ libsgx-ae-qve=$DCAP_VERSION-focal1 \ libsgx-dcap-quote-verify=$DCAP_VERSION-focal1 \ libsgx-dcap-quote-verify-dev=$DCAP_VERSION-focal1 \