Browse Source

Might need to change sgx sdk setup to support sgxssl

Miti Mazmudar 4 years ago
parent
commit
974f4b08e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sgx-docker/Dockerfile

+ 1 - 1
sgx-docker/Dockerfile

@@ -5,7 +5,7 @@ RUN git clone https://github.com/intel/linux-sgx.git
 WORKDIR linux-sgx
 RUN git checkout sgx_2.6
 RUN ./download_prebuilt.sh
-RUN make
+RUN make #sdk USE_OPT_LIBS=0
 RUN make sdk_install_pkg
 RUN make deb_pkg
 WORKDIR linux/installer/bin