From 88f56a51a11e27514933bb282143ea58277c9f0e Mon Sep 17 00:00:00 2001 From: Julian Einhaus Date: Mon, 17 Jun 2024 10:39:38 +0200 Subject: [PATCH] feat: add jq to image --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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