Commit 6871128d authored by nimrod's avatar nimrod
Browse files

Workbench: Update the AWS CLI.

Now that it supports Python 3.13.
parent f84fefdf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
    unset PIP_CONSTRAINT && \
    pipx install --global chalice && \
    pipx install --global curator-opensearch && \
    CFLAGS="-Wno-error=incompatible-pointer-types" pipx install --global https://github.com/aws/aws-cli/archive/refs/heads/dependabot/pip/v2/ruamel-yaml-clib-0.2.12.zip && \
    CFLAGS="-Wno-error=incompatible-pointer-types" pipx install --global https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \
    rm -rf /tmp/* /var/tmp/* ~/.cache/*
ENV COREPACK_HOME=/usr/local/share/corepack
# hadolint ignore=DL3016