allow to choose qr reader for images

This commit is contained in:
scito
2022-12-31 15:41:37 +01:00
parent 2dea161cdc
commit 1f04dd71e2
12 changed files with 112 additions and 29 deletions

View File

@@ -2,6 +2,7 @@ FROM python:3.11-slim-bullseye
# For debugging
# docker build . -t extract_otp_secrets --pull --build-arg RUN_TESTS=false
# docker run --rm -v "$(pwd)":/files:ro extract_otp_secrets
# docker run --entrypoint /extract/run_pytest.sh --rm -v "$(pwd)":/files:ro extract_otp_secrets
# docker run --entrypoint /bin/bash -it --rm -v "$(pwd)":/files:ro --device="/dev/video0:/dev/video0" --env="DISPLAY" -v /tmp/.X11-unix:/tmp/.X11-unix:ro extract_otp_secrets