Skip to content

Commit

Permalink
Add missing sgx library
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Mar 17, 2023
1 parent be4632c commit 5a63fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN echo 'deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] htt
RUN wget https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key && cat intel-sgx-deb.key | tee /etc/apt/keyrings/intel-sgx-keyring.asc > /dev/null

RUN apt-get update && apt-get install -y \
libsgx-uae-service \
libsgx-epid \
libsgx-quote-ex \
libsgx-dcap-ql \
Expand Down

0 comments on commit 5a63fe0

Please sign in to comment.