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 \