Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parallaxsecond/rust-tss-esapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f89104eac4a27177625355d60fa2384c5c870fd6
Choose a base ref
..
head repository: parallaxsecond/rust-tss-esapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1451c519fe15211080dc68b4d34ea2a30894efdb
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 tss-esapi/tests/Dockerfile-ubuntu
4 changes: 3 additions & 1 deletion tss-esapi/tests/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
@@ -18,10 +18,12 @@ RUN cd tpm2-tss \
&& make install \
&& ldconfig

FROM tpm2-abrmd

FROM tpm2-tss AS tpm2-tools
# Download and install TPM2 tools
RUN git clone https://github.com/tpm2-software/tpm2-tools.git --branch 5.6
RUN cd tpm2-tools \
&& ./bootstrap \
&& ./configure --enable-unit \
&& ./configure \
&& make install