update Dockerfile, status-lib

This commit is contained in:
Michele Balistreri 2021-09-28 17:07:51 +03:00 committed by Iuri Matias
parent 0535886e6c
commit 03c0a85aee
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libpcre3-dev libnss3 libxcomposite1 libxtst6 \
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly gstreamer1.0-libav \
gstreamer1.0-tools gstreamer1.0-alsa gstreamer1.0-pulseaudio
gstreamer1.0-tools gstreamer1.0-alsa gstreamer1.0-pulseaudio \
libpcsclite-dev
# Installing Golang
RUN GOLANG_SHA256="aed845e4185a0b2a3c3d5e1d0a35491702c55889192bb9c30e67a3de6849c067" \

View File

@ -32,5 +32,5 @@ QtObject:
proc testConnection*(self: KeycardView) {.slot.} =
info "Connecting Keycard ", msg = self.status.keycard.start()
info "Selecting applet ", msg = self.status.keycard.select()
info "Selecting Keycard", msg = self.status.keycard.select().instanceUID
info "Disconnecting Keycard ", msg = self.status.keycard.stop()