Browse Source

add card reader driver package

changes after review
pull/8/head
Ivo Martinsons 3 years ago
committed by GitHub
parent
commit
95ef84a777
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -22,10 +22,10 @@ RUN \
# install runtime packages
apk add --no-cache \
ccid \
libcrypto1.0 \
libssl1.0 \
libusb \
ccid \
pcsc-lite \
pcsc-lite-libs && \

Loading…
Cancel
Save