chore: add build deps to Dockerfile (#108)

This commit is contained in:
Robert Kaussow 2022-01-09 22:08:33 +01:00 committed by GitHub
parent b3db117601
commit 36fd2d45f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/git-batch"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/git-batch"
ENV PY_COLORS=1
ENV TZ=UTC
ADD dist/git_batch-*.whl /

View File

@ -8,6 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/git-batch"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/git-batch"
ENV PY_COLORS=1
ENV TZ=UTC
ADD dist/git_batch-*.whl /

View File

@ -8,6 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/git-batch"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/git-batch"
ENV PY_COLORS=1
ENV TZ=UTC
ADD dist/git_batch-*.whl /