From 98b86388e5211dc45b73cb41886a10ef278f633b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 30 Jun 2024 19:17:41 +0300 Subject: [PATCH] Workbench: Remove Ansible package workarounds. --- workbench/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index 951710a..cb4b024 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -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 \ -- GitLab