Skip to content

Commit

Permalink
Dockerfile: fix built-in-as dockerfile
Browse files Browse the repository at this point in the history
TPM based verification needs libtss2

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed May 24, 2023
1 parent 9e67d5a commit e730641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt-get install -y clang curl gnupg
RUN curl -L https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
RUN echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu focal main' | tee /etc/apt/sources.list.d/intel-sgx.list
RUN apt-get update
RUN apt-get install -y libtdx-attest libsgx-dcap-default-qpl libsgx-dcap-quote-verify
RUN apt-get install -y libtdx-attest libsgx-dcap-default-qpl libsgx-dcap-quote-verify libtss2-dev

# Intel PCCS URL Configurations
# If you want the AS in KBS to connect to your customized PCCS for Intel TDX/SGX evidence verification,
Expand Down

0 comments on commit e730641

Please sign in to comment.