diff --git a/Dockerfile b/Dockerfile index 35f184c..f979afe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,9 @@ COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragru USER root # renovate: datasource=repology depName=alpine_3_19/awscli versioning=loose ENV AWS_CLI_VERSION=2.13.25-r0 -RUN apk add --no-cache aws-cli="${AWS_CLI_VERSION}" +RUN apk add --no-cache \ + aws-cli="${AWS_CLI_VERSION}" \ + jq ENV ATLANTIS_REPO_CONFIG /etc/atlantis/repos.yaml ENV TF_INPUT false