Logo
Explore Help
Sign In
Public/extract_otp_secrets
2
0
Fork 0
You've already forked extract_otp_secrets
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
Files
e4e5271c0fa283bc5493231f81bd6ba59ed2870c
extract_otp_secrets/Dockerfile

14 lines
281 B
Docker
Raw Normal View History

docker image with qreader, 2nd image without qreader - organize imports - add qreader pytest.mark - relaxed mode for pytest - run tests in docker - more tests
2022-12-26 18:31:09 +01:00
FROM python:3.11-slim-bullseye
Add docker as installation option (#23) * Add docker as installation option * Add newline to Dockerfile * Fix example typo * Add code review fixes
2022-11-19 12:18:24 +04:00
WORKDIR /extract
COPY . .
build docker images, run tests in docker build - qreader_available flag - echo commands in upgrade_deps.sh
2022-12-26 23:39:13 +01:00
RUN apt-get update && apt-get install -y libzbar0 python3-opencv nano \
&& pip install -r requirements.txt \
&& /extract/run_pytest.sh
Add docker as installation option (#23) * Add docker as installation option * Add newline to Dockerfile * Fix example typo * Add code review fixes
2022-11-19 12:18:24 +04:00
WORKDIR /files
build docker images, run tests in docker build - qreader_available flag - echo commands in upgrade_deps.sh
2022-12-26 23:39:13 +01:00
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1027ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API