From 94dc8a560989e2d558e06795558dc0957e6576f9 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 17 Aug 2023 10:00:52 -0500 Subject: [PATCH] fix: AWS CLI Installer (#29) --- docker-debugging-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-debugging-tools/Dockerfile b/docker-debugging-tools/Dockerfile index 7353466..cdf75a1 100644 --- a/docker-debugging-tools/Dockerfile +++ b/docker-debugging-tools/Dockerfile @@ -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