File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN rm /etc/ssh/ssh_host_*
38
38
# SGX PSW
39
39
RUN curl \
40
40
-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
42
42
43
43
RUN tar -xzf /opt/sgx_debian_local_repo.tgz -C /opt
44
44
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
57
57
58
58
# SGX SDK
59
59
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
64
64
65
65
# APT clean up
66
66
RUN apt-get autoremove -y
You can’t perform that action at this time.
0 commit comments