We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 640da4b + 0ad7b5b commit ff18b8aCopy full SHA for ff18b8a
demo/sgx-sdk-demo/Dockerfile
@@ -63,7 +63,7 @@ RUN apt-get update && \
63
RUN echo "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main" >> /etc/apt/sources.list.d/intel-sgx.list \
64
&& wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - \
65
&& apt-get update \
66
- && apt-get install -y \
+ && apt-get install -y --no-install-recommends \
67
libsgx-enclave-common \
68
libsgx-urts \
69
libsgx-quote-ex \
0 commit comments