Skip to content

Commit 0e3d0d9

Browse files
committed
Add libtss2 to runners.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
1 parent 1f4be2a commit 0e3d0d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/docker/bookworm/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ RUN apt install -y libccid \
2222
cmake \
2323
libfuse-dev \
2424
python3-pyscard \
25+
libtss2-dev \
26+
tpm2-tools \
27+
swtpm \
2528
&& rm -rf /var/lib/apt/lists/*
2629
RUN pip3 install pytest pycvc cryptography inputimeout fido2==2.0.0 --break-system-packages
2730
WORKDIR /

0 commit comments

Comments
 (0)