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

Workbench: Remove the legacy Pip resolver.

It's failing in https://git.shore.co.il/shore/dockerfiles/-/jobs/15817.
Let's try to new one.
parent 024f6d07
No related branches found
No related tags found
No related merge requests found
Pipeline #3512 failed
......@@ -158,7 +158,7 @@ RUN apt-get update && \
locale-gen && \
export PIP_CONSTRAINT=/tmp/constraint.txt && \
echo 'resolvelib==0.5.4' > "$PIP_CONSTRAINT" && \
python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir --break-system-packages \
python3 -m pip install --no-cache-dir --break-system-packages \
https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \
Glances \
PyGObject \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment