From 86e0e33ad324f881384b8316b9bc6f118b6c8feb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 20 Sep 2024 15:54:12 +0300 Subject: [PATCH] Workbench: Remove the Pyhon packaging constraint. --- workbench/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index c99dfaf..02f87df 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -173,9 +173,7 @@ RUN apt-get update && \ ENV PIPX_HOME /opt/pipx ENV PIPX_BIN_DIR /opt/pipx/bin # hadolint ignore=DL3013 -RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ - echo 'packaging==24.1' >> "$PIP_CONSTRAINT" && \ - python3 -m pip install --no-cache-dir --break-system-packages \ +RUN python3 -m pip install --no-cache-dir --break-system-packages \ https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \ Glances \ PyGObject \ -- GitLab