diff --git a/tools/docker/Dockerfile.aliyunlinux3 b/tools/docker/Dockerfile.aliyunlinux3 index dabebee0..74b626d6 100644 --- a/tools/docker/Dockerfile.aliyunlinux3 +++ b/tools/docker/Dockerfile.aliyunlinux3 @@ -109,7 +109,7 @@ WORKDIR /tmp RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ cd linux-sgx && \ make preparation && \ - ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && \ + ./compile_and_install.sh no_mitigation USE_OPT_LIBS=3 && \ echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \ rm -rf /tmp/linux-sgx diff --git a/tools/docker/Dockerfile.centos8.2 b/tools/docker/Dockerfile.centos8.2 index 693068dd..9212ae98 100644 --- a/tools/docker/Dockerfile.centos8.2 +++ b/tools/docker/Dockerfile.centos8.2 @@ -104,7 +104,7 @@ WORKDIR /tmp RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ cd linux-sgx && \ make preparation && \ - ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && \ + ./compile_and_install.sh no_mitigation USE_OPT_LIBS=3 && \ echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \ rm -rf /tmp/linux-sgx diff --git a/tools/docker/Dockerfile.ubuntu18.04 b/tools/docker/Dockerfile.ubuntu18.04 index be930bff..6e62b3b3 100644 --- a/tools/docker/Dockerfile.ubuntu18.04 +++ b/tools/docker/Dockerfile.ubuntu18.04 @@ -124,7 +124,7 @@ RUN git clone -b sgx_2.14_for_occlum https://github.com/occlum/linux-sgx && \ mkdir /etc/init && \ cd linux-sgx && \ make preparation && \ - ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && \ + ./compile_and_install.sh no_mitigation USE_OPT_LIBS=3 && \ echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && \ rm -rf /tmp/linux-sgx