From 8e26ec8bcddc434d7af8f8dc0a2a44cbea6301b2 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 18 Aug 2023 14:10:17 +0200 Subject: [PATCH] Use python-fido2 from my repo, which contains some fixes. Signed-off-by: Pol Henarejos --- tests/docker/bullseye/Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/docker/bullseye/Dockerfile b/tests/docker/bullseye/Dockerfile index 65a92c5..f4e20f8 100644 --- a/tests/docker/bullseye/Dockerfile +++ b/tests/docker/bullseye/Dockerfile @@ -22,7 +22,12 @@ RUN apt install -y libccid \ cmake \ libfuse-dev \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install pytest pycvc cryptography pyscard fido2 inputimeout +RUN pip3 install pytest pycvc cryptography pyscard inputimeout +RUN git clone https://github.com/polhenarejos/python-fido2.git +WORKDIR /python-fido2 +RUN git checkout development +RUN pip3 install . +WORKDIR / RUN git clone https://github.com/frankmorgner/vsmartcard.git WORKDIR /vsmartcard/virtualsmartcard RUN autoreconf --verbose --install