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.
This commit is contained in:
@ -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 && \
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user