From e861193a8f76ea7050c76f1ccdd154d5e6929b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kr=C3=B3likowski?= Date: Sat, 8 Nov 2025 21:41:11 +0100 Subject: [PATCH] fix: injecting pytz module into ansible venv --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bf1580..3a9e755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN curl -L "https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${ rm terraform.zip && \ chmod +x /usr/local/bin/terraform RUN pipx install --include-deps ansible && \ - pipx inject ansible requests + pipx inject ansible requests pytz