Skip to content

Commit

Permalink
Get vpcd from repo instead of building it.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
  • Loading branch information
polhenarejos committed Aug 24, 2023
1 parent 1d3232d commit ee442ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/docker/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ RUN apt install -y libccid \
python3-pip \
swig \
cmake \
vsmartcard-vpcd \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pytest pycvc cryptography pyscard
RUN git clone https://github.com/polhenarejos/vsmartcard.git
WORKDIR /vsmartcard/virtualsmartcard
RUN autoreconf --verbose --install
RUN ./configure --sysconfdir=/etc
RUN make && make install
WORKDIR /

0 comments on commit ee442ac

Please sign in to comment.