We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaae40 commit 0187964Copy full SHA for 0187964
deployment/dockerfiles/Dockerfile
@@ -160,7 +160,8 @@ RUN . /opt/sgxsdk/environment && env && VERSION=${VERSION} FEATURES=${FEATURES}
160
FROM $SCRT_RELEASE_BASE_IMAGE as release-image
161
162
# wasmi-sgx-test script requirements
163
-RUN apt-get update && \
+RUN add-apt-repository -r "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu focal main" && \
164
+ apt-get update && \
165
apt-get install -y --no-install-recommends \
166
#### Base utilities ####
167
jq \
0 commit comments