瀏覽代碼

Pin the version of intel-sgx-ssl we used in the Dockerfile

Ian Goldberg 3 月之前
父節點
當前提交
c837c04dc2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docker/Dockerfile

+ 2 - 0
docker/Dockerfile

@@ -14,6 +14,8 @@ RUN make psw_install_pkg
 RUN cd linux/installer/bin/ && ./sgx_linux_x64_psw_2.22* --no-start-aesm
 WORKDIR /root
 RUN git clone https://github.com/intel/intel-sgx-ssl
+WORKDIR /root/intel-sgx-ssl
+RUN git checkout 5304f692
 WORKDIR /root/intel-sgx-ssl/openssl_source
 RUN wget https://www.openssl.org/source/openssl-3.0.12.tar.gz
 WORKDIR /root/intel-sgx-ssl/Linux