Add base58 to dockerfile.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-09-05 19:55:39 +02:00
parent 173ca7678d
commit 9f08d612ae
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -22,5 +22,5 @@ RUN apt install -y libccid \
cmake \
vsmartcard-vpcd \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pytest pycvc cryptography pyscard
RUN pip3 install pytest pycvc cryptography pyscard base58
WORKDIR /