From 13004889d8fb6b88070b5d6f8d1a19cd39a6cd10 Mon Sep 17 00:00:00 2001 From: Juan del Cuvillo Date: Thu, 9 Apr 2020 17:45:01 -0400 Subject: [PATCH] Change the make target to build the SDK with no mitigation to avoid having to install the binutils package that contains the updated assembler. --- docker/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile index ff7275f1..202419e2 100644 --- a/docker/build/Dockerfile +++ b/docker/build/Dockerfile @@ -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'