Skip to content
Snippets Groups Projects
Commit 0c531d432201 authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

fix(bullseye): upgrade pip version to fix install of lxml[html_clean]

parent f48807bfaf01
No related branches found
No related tags found
1 merge request!25fix(bullseye): upgrade pip version to fix install of lxml[html_clean]
Pipeline #246899 passed
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
gettext \ gettext \
sudo \ sudo \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& python3 -m pip install --upgrade 'pip>=23.1' \
&& python3 -m pip install hg-evolve==10.3.3 \ && python3 -m pip install hg-evolve==10.3.3 \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 50 \ && update-alternatives --install /usr/bin/python python /usr/bin/python3 50 \
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 50 \ && update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 50 \
......
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