Skip to content

Commit 0187964

Browse files
committed
Fix SGX apt repo pubkey error
1 parent afaae40 commit 0187964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/dockerfiles/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ RUN . /opt/sgxsdk/environment && env && VERSION=${VERSION} FEATURES=${FEATURES}
160160
FROM $SCRT_RELEASE_BASE_IMAGE as release-image
161161

162162
# wasmi-sgx-test script requirements
163-
RUN apt-get update && \
163+
RUN add-apt-repository -r "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu focal main" && \
164+
apt-get update && \
164165
apt-get install -y --no-install-recommends \
165166
#### Base utilities ####
166167
jq \

0 commit comments

Comments
 (0)