From 5b778f2e27d6c1ae8ad6d84c0b0e9b0bd3822a20 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 28 Oct 2025 10:19:48 +0100 Subject: [PATCH] Fix CI/CD Signed-off-by: Pol Henarejos --- tests/docker/bookworm/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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