Using forked vsmartcard just in case

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-05-04 11:10:58 +02:00
parent 7a6dafd7b6
commit 8316196b42
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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