Skip to content

Commit

Permalink
feat: add jq to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeinhaus committed Jun 17, 2024
1 parent 578624c commit 88f56a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88f56a5

Please sign in to comment.