mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2026-01-06 04:44:18 +01:00
add docker label for source
This commit is contained in:
@@ -11,3 +11,5 @@ RUN apt-get update && apt-get install -y libzbar0 python3-opencv nano \
|
|||||||
WORKDIR /files
|
WORKDIR /files
|
||||||
|
|
||||||
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
|
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/scito/extract_otp_secret_keys
|
||||||
|
|||||||
@@ -10,3 +10,5 @@ RUN pip install protobuf qrcode Pillow \
|
|||||||
WORKDIR /files
|
WORKDIR /files
|
||||||
|
|
||||||
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
|
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/scito/extract_otp_secret_keys
|
||||||
|
|||||||
Reference in New Issue
Block a user