Upgrade Dockerfile for fixing.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -22,13 +22,14 @@ RUN apt install -y libccid \
|
|||||||
swig \
|
swig \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
cmake \
|
cmake \
|
||||||
|
python3-pyscard \
|
||||||
vsmartcard-vpcd \
|
vsmartcard-vpcd \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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 /
|
WORKDIR /
|
||||||
RUN git clone https://github.com/OpenSC/OpenSC
|
RUN git clone https://github.com/OpenSC/OpenSC
|
||||||
WORKDIR /OpenSC
|
WORKDIR /OpenSC
|
||||||
RUN git checkout tags/0.25.1
|
RUN git checkout tags/0.26.1
|
||||||
RUN ./bootstrap
|
RUN ./bootstrap
|
||||||
RUN ./configure --enable-openssl
|
RUN ./configure --enable-openssl
|
||||||
RUN make -j `nproc`
|
RUN make -j `nproc`
|
||||||
|
|||||||
Reference in New Issue
Block a user