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