From 36fd2d45f8a8422b4fc40da3c8e61250dc0bef96 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 9 Jan 2022 22:08:33 +0100 Subject: [PATCH] chore: add build deps to Dockerfile (#108) --- docker/Dockerfile.amd64 | 1 + docker/Dockerfile.arm | 1 + docker/Dockerfile.arm64 | 1 + 3 files changed, 3 insertions(+) diff --git a/docker/Dockerfile.amd64 b/docker/Dockerfile.amd64 index 6d8d1e6..b6188ea 100644 --- a/docker/Dockerfile.amd64 +++ b/docker/Dockerfile.amd64 @@ -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 / diff --git a/docker/Dockerfile.arm b/docker/Dockerfile.arm index 454d5eb..4ddbc8b 100644 --- a/docker/Dockerfile.arm +++ b/docker/Dockerfile.arm @@ -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 / diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 9afb7bc..8d61c98 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -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 /