Browse Source

add card reader driver package

My card reader "ID 08e6:3437 Gemalto (was Gemplus) GemPC Twin SmartCard Reader" was not working due to missing driver, adding package ccid solves this. It also includes drivers for many other readers.
pull/8/head
Ivo Martinsons 3 years ago
committed by GitHub
parent
commit
bc850b20aa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile View File

@ -25,6 +25,7 @@ RUN \
libcrypto1.0 \ libcrypto1.0 \
libssl1.0 \ libssl1.0 \
libusb \ libusb \
ccid \
pcsc-lite \ pcsc-lite \
pcsc-lite-libs && \ pcsc-lite-libs && \

Loading…
Cancel
Save