From a576ec8a994541d5c1b054331445dd57c7c202cd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Aug 2024 22:59:45 +0300
Subject: [PATCH] Workbench: Try to fix the ruamel.yaml.clib failure.

I think that the build failure is fixed in a newer version of the
package. Let's see if something fails to install with this constraint.
---
 workbench/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/workbench/Dockerfile b/workbench/Dockerfile
index cb4b024..f43fc54 100644
--- a/workbench/Dockerfile
+++ b/workbench/Dockerfile
@@ -174,6 +174,7 @@ ENV PIPX_BIN_DIR /opt/pipx/bin
 # hadolint ignore=DL3013
 RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
     echo 'packaging==24.0' >> "$PIP_CONSTRAINT" && \
+    echo 'ruamel.yaml.clib==0.2.8' >> "$PIP_CONSTRAINT" && \
     python3 -m pip install --no-cache-dir --break-system-packages \
         https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \
         Glances \
-- 
GitLab