Skip to content

Commit

Permalink
chore: replace pip with apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Sierkin committed Jul 4, 2023
1 parent ca03a71 commit 1ef7ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG CHECKOV_VERSION=2.1.244
ARG INFRACOST_VERSION=v0.10.18
ARG TFLINT_VERSION=0.45.0
ARG TERRAFORM_DOCS_VERSION=0.16.0
ARG AWS_CLI_VERSION=1.28.0
ARG AWS_CLI_VERSION=2.12.6

RUN set -ex && \
apk update && \
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN set -eux \
### Ensure AWS cli version is present and validated
###
RUN set -eux \
&& pip install awscli==${AWS_CLI_VERSION} \
&& apk add --no-cache aws-cli==${AWS_CLI_VERSION} \
&& aws --version

# Download and install Atlantis
Expand Down

0 comments on commit 1ef7ed7

Please sign in to comment.