Skip to content
Snippets Groups Projects
Commit 6871128d authored by nimrod's avatar nimrod
Browse files

Workbench: Update the AWS CLI.

Now that it supports Python 3.13.
parent f84fefdf
No related branches found
No related tags found
No related merge requests found
Pipeline #4445 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment