Skip to content

Commit

Permalink
fix: AWS CLI Installer (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh authored Aug 17, 2023
1 parent 02a065b commit 94dc8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-debugging-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk update && apk add --no-cache \
python3 \
redis \
vim \
&& pip install --upgrade awscli==$AWS_CLI_VERSION \
&& pip install --no-build-isolation --upgrade awscli==$AWS_CLI_VERSION \
&& rm -rf /var/cache/apk/*

# install kubectl, latest version can be found here: https://storage.googleapis.com/kubernetes-release/release/stable.txt
Expand Down

0 comments on commit 94dc8a5

Please sign in to comment.