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

Workbench: Remove Ansible package workarounds.

parent c46eb9a3
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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