Merge pull request #525 from jbdelcuv/docker_build

Can't build SGX SDK with the current dockerfile
This commit is contained in:
Andy Zhao
2020-04-13 10:33:05 +08:00
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ COPY . .
RUN ./download_prebuilt.sh
RUN make sdk_install_pkg
RUN make sdk_install_pkg_no_mitigation
WORKDIR /opt/intel
RUN sh -c 'echo yes | /linux-sgx/linux/installer/bin/sgx_linux_x64_sdk_*.bin'