From 7762473e6bb20a3a6a028d7659aeba5c1772cf14 Mon Sep 17 00:00:00 2001 From: Poornima Krishnasamy Date: Tue, 9 Jan 2024 11:35:09 +0000 Subject: [PATCH] Add python to run lambda during terraform operations (#526) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6d26a6c..62099f7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,8 @@ RUN apk add --update --no-cache \ gnupg \ grep \ openssl \ - parallel + parallel \ + python3 # AWS cli installation taken from https://github.com/aws/aws-cli/issues/4685#issuecomment-941927371