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

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.
parent c0cb1e54
No related branches found
No related tags found
No related merge requests found
Pipeline #4013 failed
......@@ -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 \
......
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