Skip to content

Commit

Permalink
Merge branch 'main' into eddsa
Browse files Browse the repository at this point in the history
  • Loading branch information
polhenarejos committed Sep 4, 2023
2 parents 939c7fa + e3728bd commit 08a40e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/docker/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

0 comments on commit 08a40e7

Please sign in to comment.