From 2abf6798f5559edddc2981e580677acb37972562 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 9 Jan 2022 22:08:36 +0100 Subject: [PATCH] chore: add build deps to Dockerfile (#98) --- 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 2907c8a..9cb0624 100644 --- a/docker/Dockerfile.amd64 +++ b/docker/Dockerfile.amd64 @@ -8,6 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/docker-auto LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/docker-autotag" ENV PY_COLORS=1 +ENV TZ=UTC ADD dist/docker_autotag-*.whl / diff --git a/docker/Dockerfile.arm b/docker/Dockerfile.arm index c86febe..afaaf91 100644 --- a/docker/Dockerfile.arm +++ b/docker/Dockerfile.arm @@ -8,6 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/docker-auto LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/docker-autotag" ENV PY_COLORS=1 +ENV TZ=UTC ADD dist/docker_autotag-*.whl / diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index db6047e..c81c3a2 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -8,6 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/docker-auto LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/docker-autotag" ENV PY_COLORS=1 +ENV TZ=UTC ADD dist/docker_autotag-*.whl /