mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Upgrade Dockerfile for fixing.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
605819f0a3
commit
ae61150f5c
1 changed files with 3 additions and 2 deletions
|
|
@ -22,13 +22,14 @@ RUN apt install -y libccid \
|
|||
swig \
|
||||
libssl-dev \
|
||||
cmake \
|
||||
python3-pyscard \
|
||||
vsmartcard-vpcd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN pip3 install pytest pycvc cryptography pyscard==2.2.1 base58
|
||||
RUN pip3 install pytest pycvc cryptography base58
|
||||
WORKDIR /
|
||||
RUN git clone https://github.com/OpenSC/OpenSC
|
||||
WORKDIR /OpenSC
|
||||
RUN git checkout tags/0.25.1
|
||||
RUN git checkout tags/0.26.1
|
||||
RUN ./bootstrap
|
||||
RUN ./configure --enable-openssl
|
||||
RUN make -j `nproc`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue