diff --git a/Dockerfile b/Dockerfile index f5227eb..e8c2d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,14 @@ -FROM hashicorp/terraform:1.2.7 +FROM hashicorp/terraform:1.2.9 ## Install packages -RUN apk add --no-cache bash make postgresql +RUN apk add --no-cache \ + ansible \ + bash \ + make \ + postgresql ## Install Terragrunt -ARG TERRAGRUNT_VERSION=0.38.7 +ARG TERRAGRUNT_VERSION=0.38.12 RUN wget "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" -O /usr/local/bin/terragrunt --no-verbose \ && chmod +x /usr/local/bin/terragrunt