Commit 98b86388 authored by nimrod's avatar nimrod
Browse files

Workbench: Remove Ansible package workarounds.

parent c46eb9a3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -173,15 +173,13 @@ ENV PIPX_HOME /opt/pipx
ENV PIPX_BIN_DIR /opt/pipx/bin
# hadolint ignore=DL3013
RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
    echo 'Cython < 3.0' >> "$PIP_CONSTRAINT" && \
    echo 'packaging==24.0' >> "$PIP_CONSTRAINT" && \
    echo 'resolvelib==0.5.4' >> "$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 \
        'ansible>=10' \
        ansible-runner \
        awslogs \
        bcrypt \