diff --git a/Dockerfile b/Dockerfile index c0cbd5f..c75cedc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,10 +25,10 @@ RUN apk --no-cache --quiet update \ && apk add --no-cache --quiet rhash gettext moreutils curl bash git jq python3 py3-pip # AWS CLI -RUN pip install wheel \ - pip install "Cython<3.0" "pyyaml<6" --no-build-isolation \ - pip3 install awscli +RUN pip3 install --no-python-version-warning --break-system-packages --upgrade pip +RUN apk add --no-cache aws-cli + # Kubectl # RUN curl -LO --silent https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \ && mv ./kubectl /usr/local/bin/kubectl \