From ee442ac0847bc7e19e92ada8135124671a1d163d Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 24 Aug 2023 16:39:57 +0200 Subject: [PATCH] Get vpcd from repo instead of building it. Signed-off-by: Pol Henarejos --- tests/docker/bullseye/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/docker/bullseye/Dockerfile b/tests/docker/bullseye/Dockerfile index 6633cd8..bf14010 100644 --- a/tests/docker/bullseye/Dockerfile +++ b/tests/docker/bullseye/Dockerfile @@ -20,11 +20,7 @@ RUN apt install -y libccid \ python3-pip \ swig \ cmake \ + vsmartcard-vpcd \ && rm -rf /var/lib/apt/lists/* RUN pip3 install pytest pycvc cryptography pyscard -RUN git clone https://github.com/polhenarejos/vsmartcard.git -WORKDIR /vsmartcard/virtualsmartcard -RUN autoreconf --verbose --install -RUN ./configure --sysconfdir=/etc -RUN make && make install WORKDIR /