This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a commit to branch 2.12-for-1.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/2.12-for-1.1.3 by this push:
new 808b717 docker: add libsgx-headers
808b717 is described below
commit 808b717f42f56389a70b9879ee332c10b5dbb526
Author: Yu Ding <[email protected]>
AuthorDate: Wed Nov 11 12:00:44 2020 -0800
docker: add libsgx-headers
---
dockerfile/04_psw.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/dockerfile/04_psw.sh b/dockerfile/04_psw.sh
index f565cfe..2b89a32 100644
--- a/dockerfile/04_psw.sh
+++ b/dockerfile/04_psw.sh
@@ -2,6 +2,7 @@ curl -fsSL
https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key
add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu
$CODENAME main" && \
apt-get update && \
apt-get install -y \
+ libsgx-headers=$VERSION \
libsgx-ae-epid=$VERSION \
libsgx-ae-le=$VERSION \
libsgx-ae-pce=$VERSION \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]