From f1091c2fad619248ead16da695e852a4ba0e2e25 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 9 Jul 2026 18:10:53 +0200 Subject: [PATCH] Add libtss Signed-off-by: Pol Henarejos --- tests/docker/bullseye/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/docker/bullseye/Dockerfile b/tests/docker/bullseye/Dockerfile index 60a1c0d..ea4119b 100644 --- a/tests/docker/bullseye/Dockerfile +++ b/tests/docker/bullseye/Dockerfile @@ -27,6 +27,9 @@ RUN apt install -y libccid \ libssl-dev \ check \ gengetopt \ + libtss2-dev \ + tpm2-tools \ + swtpm \ && rm -rf /var/lib/apt/lists/* RUN pip3 install pytest pycvc cryptography pyscard RUN git clone https://github.com/Yubico/yubico-piv-tool