add docker label for source

cv2_1
scito 2 years ago
parent a4c4badd54
commit 5ab5f84ff3

@ -11,3 +11,5 @@ RUN apt-get update && apt-get install -y libzbar0 python3-opencv nano \
WORKDIR /files
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
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
LABEL org.opencontainers.image.source https://github.com/scito/extract_otp_secret_keys

Loading…
Cancel
Save