From ea6222a9875b2ab6d03e2f1f167e0aaeb2e63948 Mon Sep 17 00:00:00 2001 From: Reeve Lorena Date: Fri, 16 Aug 2024 16:44:44 +0530 Subject: [PATCH] fix: httpscaledobject yaml --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbe37aa..3417fa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,9 @@ RUN apk --no-cache --quiet update \ && apk add --no-cache --quiet rhash gettext moreutils curl bash git jq python3 py3-pip # AWS CLI -RUN pip3 install --no-python-version-warning --break-system-packages --upgrade pip +RUN pip3 install --no-python-version-warning --upgrade pip -RUN pip3 install --no-python-version-warning awscli +RUN pip3 install --no-python-version-warning --break-system-packages awscli # Kubectl # RUN curl -LO --silent https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \