From 6c3d4a9d6967bda1941d98e21f354d849947abd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kr=C3=B3likowski?= Date: Sat, 8 Nov 2025 21:16:08 +0100 Subject: [PATCH] adding pytz module --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a5613d..2bf1580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,8 @@ RUN apt-get update && \ jq \ unzip \ pipx \ - python3-requests && \ + python3-requests \ + python3-tz && \ rm -rf /var/lib/apt/lists/* RUN curl -L "https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/${BINARY_NAME}" -o "${BINARY_NAME}" && \ chmod +x "${BINARY_NAME}" && \