Skip to content

Commit

Permalink
try to use sgx-sdk 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Mar 21, 2024
1 parent 534a116 commit 778dd71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*

RUN wget https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.18.101.1.bin && \
chmod +x ./sgx_linux_x64_sdk_2.18.101.1.bin && \
./sgx_linux_x64_sdk_2.18.101.1.bin --prefix /opt/
RUN wget https://download.01.org/intel-sgx/sgx-linux/2.17.1/distro/ubuntu20.04-server/sgx_linux_x64_sdk_2.17.101.1.bin && \
chmod +x ./sgx_linux_x64_sdk_2.17.101.1.bin && \
./sgx_linux_x64_sdk_2.17.101.1.bin --prefix /opt/

RUN apt-get update && apt-get install -y \
libsgx-enclave-common-dev \
Expand Down

0 comments on commit 778dd71

Please sign in to comment.