Skip to content

Commit

Permalink
Fix SGX apt repo pubkey error
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed May 25, 2023
1 parent afaae40 commit 0187964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ RUN . /opt/sgxsdk/environment && env && VERSION=${VERSION} FEATURES=${FEATURES}
FROM $SCRT_RELEASE_BASE_IMAGE as release-image

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

0 comments on commit 0187964

Please sign in to comment.