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

Workbench: Install AWS CLI v2.

parent 2f0b465b
No related branches found
No related tags found
No related merge requests found
Pipeline #4083 failed
......@@ -21,6 +21,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
exclude: Dockerfile
- repo: https://github.com/Yelp/detect-secrets.git
rev: v1.5.0
......
......@@ -175,12 +175,12 @@ ENV PIPX_BIN_DIR /opt/pipx/bin
RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
echo 'packaging==24.1' >> "$PIP_CONSTRAINT" && \
python3 -m pip install --no-cache-dir --break-system-packages \
https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \
Glances \
PyGObject \
PyMySQL \
'ansible>=10' \
ansible-runner \
awscli \
awslogs \
bcrypt \
black \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment