Using forked vsmartcard just in case
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -22,7 +22,7 @@ RUN apt install -y libccid \
|
|||||||
cmake \
|
cmake \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip3 install pytest pycvc cryptography pyscard
|
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
|
WORKDIR /vsmartcard/virtualsmartcard
|
||||||
RUN autoreconf --verbose --install
|
RUN autoreconf --verbose --install
|
||||||
RUN ./configure --sysconfdir=/etc
|
RUN ./configure --sysconfdir=/etc
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ RUN apt install -y libccid \
|
|||||||
cmake \
|
cmake \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip3 install pytest pycvc cryptography pyscard
|
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
|
WORKDIR /vsmartcard/virtualsmartcard
|
||||||
RUN autoreconf --verbose --install
|
RUN autoreconf --verbose --install
|
||||||
RUN ./configure --sysconfdir=/etc
|
RUN ./configure --sysconfdir=/etc
|
||||||
|
|||||||
Reference in New Issue
Block a user