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
commit d701109f358c56ae6ecb782dae725fa42bdfa317 Author: Raullen Chai <[email protected]> AuthorDate: Wed Dec 2 17:11:58 2020 -0800 Update azure-confidential-computing.md --- docs/azure-confidential-computing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure-confidential-computing.md b/docs/azure-confidential-computing.md index f50f10d..97fe913 100644 --- a/docs/azure-confidential-computing.md +++ b/docs/azure-confidential-computing.md @@ -23,7 +23,7 @@ enclave provision Then, install SGX architectural enclaves and quoting libraries for attestation. ``` -$ sudo apt-get install libssl-dev libcurl4-openssldev libprotobuf-dev +$ sudo apt-get install libssl-dev libcurl4-openssl-dev libprotobuf-dev $ echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list $ wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add - $ sudo apt-get update && \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
