Skip to content

Commit ff18b8a

Browse files
authored
Merge pull request #469 from mythi/sgxdemo
sgx-sdk-demo: install packages without recommendations
2 parents 640da4b + 0ad7b5b commit ff18b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/sgx-sdk-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN apt-get update && \
6363
RUN echo "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main" >> /etc/apt/sources.list.d/intel-sgx.list \
6464
&& wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - \
6565
&& apt-get update \
66-
&& apt-get install -y \
66+
&& apt-get install -y --no-install-recommends \
6767
libsgx-enclave-common \
6868
libsgx-urts \
6969
libsgx-quote-ex \

0 commit comments

Comments
 (0)