diff --git a/tests/docker/bullseye/Dockerfile b/tests/docker/bullseye/Dockerfile index cd07218..6633cd8 100644 --- a/tests/docker/bullseye/Dockerfile +++ b/tests/docker/bullseye/Dockerfile @@ -22,7 +22,7 @@ RUN apt install -y libccid \ cmake \ && rm -rf /var/lib/apt/lists/* RUN pip3 install pytest pycvc cryptography pyscard -RUN git clone https://github.com/frankmorgner/vsmartcard.git +RUN git clone https://github.com/polhenarejos/vsmartcard.git WORKDIR /vsmartcard/virtualsmartcard RUN autoreconf --verbose --install RUN ./configure --sysconfdir=/etc diff --git a/tests/docker/jammy/Dockerfile b/tests/docker/jammy/Dockerfile index 77f072d..4d3aeb7 100644 --- a/tests/docker/jammy/Dockerfile +++ b/tests/docker/jammy/Dockerfile @@ -22,7 +22,7 @@ RUN apt install -y libccid \ cmake \ && rm -rf /var/lib/apt/lists/* RUN pip3 install pytest pycvc cryptography pyscard -RUN git clone https://github.com/frankmorgner/vsmartcard.git +RUN git clone https://github.com/polhenarejos/vsmartcard.git WORKDIR /vsmartcard/virtualsmartcard RUN autoreconf --verbose --install RUN ./configure --sysconfdir=/etc