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

Workbench: Different branch for AWS CLI v2.

Until https://github.com/aws/aws-cli/issues/9234 is resolved, use the
branch which allows a newer ruamel-yaml-clib which can be installed with
Python 3.13. Once Python 3.13 is supported, revert this commit.
parent 8e288731
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ ...@@ -255,7 +255,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
unset PIP_CONSTRAINT && \ unset PIP_CONSTRAINT && \
pipx install chalice && \ pipx install chalice && \
pipx install curator-opensearch && \ pipx install curator-opensearch && \
CFLAGS="-Wno-error=incompatible-pointer-types" pipx install https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \ CFLAGS="-Wno-error=incompatible-pointer-types" pipx install https://github.com/aws/aws-cli/archive/refs/heads/dependabot/pip/v2/ruamel-yaml-clib-0.2.12.zip && \
rm -rf /tmp/* /var/tmp/* ~/.cache/* rm -rf /tmp/* /var/tmp/* ~/.cache/*
ENV COREPACK_HOME=/usr/local/share/corepack ENV COREPACK_HOME=/usr/local/share/corepack
# hadolint ignore=DL3016 # hadolint ignore=DL3016
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment