diff --git a/tests/docker/bookworm/Dockerfile b/tests/docker/bookworm/Dockerfile index db2074a..d55b718 100644 --- a/tests/docker/bookworm/Dockerfile +++ b/tests/docker/bookworm/Dockerfile @@ -21,8 +21,9 @@ RUN apt install -y libccid \ swig \ cmake \ libfuse-dev \ + python3-pyscard \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install pytest pycvc cryptography pyscard inputimeout fido2==2.0.0 --break-system-packages +RUN pip3 install pytest pycvc cryptography inputimeout fido2==2.0.0 --break-system-packages WORKDIR / RUN git clone https://github.com/frankmorgner/vsmartcard.git WORKDIR /vsmartcard/virtualsmartcard