From ae61150f5cf90d7514b981b2f35f2f013ca76a8f Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 9 Nov 2025 20:00:23 +0100 Subject: [PATCH] Upgrade Dockerfile for fixing. Signed-off-by: Pol Henarejos --- tests/docker/bullseye/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/docker/bullseye/Dockerfile b/tests/docker/bullseye/Dockerfile index 4f89b6f..30786dd 100644 --- a/tests/docker/bullseye/Dockerfile +++ b/tests/docker/bullseye/Dockerfile @@ -22,13 +22,14 @@ RUN apt install -y libccid \ swig \ libssl-dev \ cmake \ + python3-pyscard \ vsmartcard-vpcd \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install pytest pycvc cryptography pyscard==2.2.1 base58 +RUN pip3 install pytest pycvc cryptography base58 WORKDIR / RUN git clone https://github.com/OpenSC/OpenSC WORKDIR /OpenSC -RUN git checkout tags/0.25.1 +RUN git checkout tags/0.26.1 RUN ./bootstrap RUN ./configure --enable-openssl RUN make -j `nproc`