Use pyscard 2.2.1 since 2.2.2 has a bug
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -24,7 +24,7 @@ RUN apt install -y libccid \
|
|||||||
cmake \
|
cmake \
|
||||||
vsmartcard-vpcd \
|
vsmartcard-vpcd \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip3 install pytest pycvc cryptography pyscard base58
|
RUN pip3 install pytest pycvc cryptography pyscard==2.2.1 base58
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN git clone https://github.com/OpenSC/OpenSC
|
RUN git clone https://github.com/OpenSC/OpenSC
|
||||||
WORKDIR /OpenSC
|
WORKDIR /OpenSC
|
||||||
|
|||||||
Reference in New Issue
Block a user