Skip to content

Commit

Permalink
- build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nshyrei committed Nov 21, 2024
1 parent d09bf12 commit d7b80cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intel-sgx/ppid-retrieval-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ USER root
RUN echo 'deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu noble main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list
RUN wget https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key
RUN cat intel-sgx-deb.key | sudo tee /etc/apt/keyrings/intel-sgx-keyring.asc > /dev/null
RUN apt-get update
RUN apt-get install -y libsgx-urts

# Preparing to build PCKIDRetrievalTool
Expand Down

0 comments on commit d7b80cd

Please sign in to comment.