Fix CI/CD

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-10-28 10:19:48 +01:00
parent b0180711e7
commit 5b778f2e27

View File

@@ -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