This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 639f2fb Add uae download in rt dockerfile (#534)
639f2fb is described below
commit 639f2fb7b6d00cd1ff2137ba61b6f757f911e0ad
Author: Hongbo <[email protected]>
AuthorDate: Fri Jul 30 16:43:29 2021 -0400
Add uae download in rt dockerfile (#534)
---
docker/teaclave-rt.ubuntu-1804.Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docker/teaclave-rt.ubuntu-1804.Dockerfile
b/docker/teaclave-rt.ubuntu-1804.Dockerfile
index a7189f0..1d07d62 100644
--- a/docker/teaclave-rt.ubuntu-1804.Dockerfile
+++ b/docker/teaclave-rt.ubuntu-1804.Dockerfile
@@ -19,7 +19,8 @@ RUN curl -fsSL
https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.
RUN apt-get update && apt-get install -q -y \
libsgx-launch=$VERSION \
libsgx-urts=$VERSION \
- libsgx-quote-ex=$VERSION
+ libsgx-quote-ex=$VERSION \
+ libsgx-uae-service=$VERSION
RUN mkdir /etc/init
# Install Intel SGX SDK for libsgx_urts_sim.so
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]