Skip to content

Commit a362b3a

Browse files
committed
Updated Linux SGX SDK ver
1 parent 41be967 commit a362b3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SGXDev/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN rm /etc/ssh/ssh_host_*
3838
# SGX PSW
3939
RUN curl \
4040
-o /opt/sgx_debian_local_repo.tgz \
41-
-fSL https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu22.04-server/sgx_debian_local_repo.tgz
41+
-fSL https://download.01.org/intel-sgx/sgx-linux/2.23/distro/ubuntu22.04-server/sgx_debian_local_repo.tgz
4242

4343
RUN tar -xzf /opt/sgx_debian_local_repo.tgz -C /opt
4444
RUN echo 'deb [arch=amd64 trusted=yes] file:/opt/sgx_debian_local_repo/ jammy main' > /etc/apt/sources.list.d/intel-sgx.list
@@ -57,10 +57,10 @@ RUN chmod 755 /etc/init.d/aesmd
5757

5858
# SGX SDK
5959
RUN curl \
60-
-o /opt/sgx_linux_x64_sdk_2.20.100.4.bin \
61-
-fSL https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.20.100.4.bin
62-
RUN chmod 755 /opt/sgx_linux_x64_sdk_2.20.100.4.bin
63-
RUN /opt/sgx_linux_x64_sdk_2.20.100.4.bin --prefix /opt/intel
60+
-o /opt/sgx_linux_x64_sdk.bin \
61+
-fSL https://download.01.org/intel-sgx/sgx-linux/2.23/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.23.100.2.bin
62+
RUN chmod 755 /opt/sgx_linux_x64_sdk.bin
63+
RUN /opt/sgx_linux_x64_sdk.bin --prefix /opt/intel
6464

6565
# APT clean up
6666
RUN apt-get autoremove -y

0 commit comments

Comments
 (0)