Skip to content

Commit

Permalink
fix(builds): Backport flag for installing aws cli (#6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh authored Aug 28, 2023
1 parent 2cdfe2e commit 6f7a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk update \
openssh-client

# AWS CLI
RUN pip install --upgrade awscli==${AWS_CLI_VERSION} s3cmd==${AWS_CLI_S3_CMD} python-magic \
RUN pip install --upgrade awscli==${AWS_CLI_VERSION} --no-build-isolation s3cmd==${AWS_CLI_S3_CMD} python-magic \
&& pip uninstall -y pip

# Google cloud SDK
Expand Down

0 comments on commit 6f7a522

Please sign in to comment.