From 4d718685326d91bdd1f60ac6e971658dad7bf776 Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Mon, 11 Apr 2022 14:45:33 +0800 Subject: [PATCH] Set libsgx-ae-qve version clearly to avoid mismatch --- tools/docker/Dockerfile.ubuntu20.04 | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker/Dockerfile.ubuntu20.04 b/tools/docker/Dockerfile.ubuntu20.04 index 804ec5c2..f893beab 100644 --- a/tools/docker/Dockerfile.ubuntu20.04 +++ b/tools/docker/Dockerfile.ubuntu20.04 @@ -105,6 +105,7 @@ 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-qve=$DCAP_VERSION-focal1 \ libsgx-dcap-quote-verify=$DCAP_VERSION-focal1 \ libsgx-dcap-quote-verify-dev=$DCAP_VERSION-focal1 \ libsgx-dcap-ql=$DCAP_VERSION-focal1 \