Commit 42d5e693 authored by nimrod's avatar nimrod
Browse files

Workbench: Install AWS CLI v2.

parent 2f0b465b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 \