Skip to content

Commit

Permalink
fix: update build dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkySnow committed Apr 11, 2024
1 parent 7093657 commit af0f796
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docker/deb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
############ Install Intel SGX SDK & SGX PSW
FROM ghcr.io/sigmagmbh/sgx:2.19-bionic as base
RUN wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
RUN apt-get update
RUN apt-get update && apt-get install -y \
libsgx-aesm-ecdsa-plugin \
libsgx-ae-qve \
libsgx-aesm-quote-ex-plugin \
libsgx-dcap-default-qpl \
libsgx-dcap-ql \
libsgx-dcap-quote-verify \
libsgx-epid \
libsgx-headers \
libsgx-quote-ex \
libsgx-ra-network \
libsgx-ra-uefi \
libsgx-uae-service


############ Compilation base
Expand Down

0 comments on commit af0f796

Please sign in to comment.