Merge branch 'main' into eddsa

This commit is contained in:
Pol Henarejos 2023-09-05 01:14:02 +02:00
commit 08a40e757a
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -20,12 +20,8 @@ RUN apt install -y libccid \
python3-pip \
swig \
cmake \
vsmartcard-vpcd \
libgcrypt-dev \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pytest pycvc cryptography pyscard
RUN git clone https://github.com/frankmorgner/vsmartcard.git
WORKDIR /vsmartcard/virtualsmartcard
RUN autoreconf --verbose --install
RUN ./configure --sysconfdir=/etc
RUN make && make install
WORKDIR /