diff --git a/Dockerfile b/Dockerfile index 8f09a95..dbe37aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +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 \ - && pip3 install --no-python-version-warning awscli +RUN pip3 install --no-python-version-warning --break-system-packages --upgrade pip + +RUN pip3 install --no-python-version-warning awscli # Kubectl # RUN curl -LO --silent https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \