From 7b5dd37be197e64e2e015020e7cda669a3227abd Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 13 Jul 2026 19:43:36 +0100 Subject: [PATCH] feat: Added ansible to TF container --- tf-dev/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tf-dev/Dockerfile b/tf-dev/Dockerfile index 76cd8df..2f268ff 100644 --- a/tf-dev/Dockerfile +++ b/tf-dev/Dockerfile @@ -1,5 +1,7 @@ FROM git.luke-else.co.uk/luke-else/lab:latest +RUN apk add --no-cache ansible + # Download the installer script: RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh RUN chmod +x install-opentofu.sh