Skip to content

Commit

Permalink
Merge pull request #41 from mobilecoinofficial/nick/update-sgx-2.23
Browse files Browse the repository at this point in the history
Update SGX SDK to 2.23.100.2
  • Loading branch information
jgreat authored Mar 25, 2024
2 parents 2c9c3ad + 43e2a44 commit c2aaa55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v25.2/pro
&& rm -rf protoc

# Install SGX
ARG SGX_URL=https://download.01.org/intel-sgx/sgx-linux/2.22/distro/ubuntu20.04-server/sgx_linux_x64_sdk_2.22.100.3.bin
ARG SGX_URL=https://download.01.org/intel-sgx/sgx-linux/2.23/distro/ubuntu20.04-server/sgx_linux_x64_sdk_2.23.100.2.bin
RUN curl -o sgx.bin "${SGX_URL}" \
&& chmod +x ./sgx.bin \
&& ./sgx.bin --prefix=/opt/intel \
&& rm ./sgx.bin

# Install DCAP libraries
ARG DCAP_VERSION=1.19.100.3-focal1
ARG DCAP_VERSION=1.20.100.2-focal1
RUN mkdir -p /etc/apt/keyrings \
&& wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | gpg --dearmor -o /etc/apt/keyrings/intel-sgx.gpg \
&& echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/intel-sgx.gpg] https://download.01.org/intel-sgx/sgx_repo/ubuntu focal main" | tee /etc/apt/sources.list.d/intel-sgx.list \
Expand Down

0 comments on commit c2aaa55

Please sign in to comment.