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}" && \