Skip to content
Snippets Groups Projects
Verified Commit 7788eca5 authored by Virgile Gerecke's avatar Virgile Gerecke 🤘
Browse files

🏗️ Update pip during docker build

parent 4b42525e
No related merge requests found
Pipeline #326302 passed with stages
in 1 minute and 34 seconds
......@@ -8,3 +8,4 @@ RUN set -ex \
&& apt-get install -y curl build-essential python3-dev gettext make \
&& rm -rf /var/lib/apt/lists/* \
&& echo "[global]\ntrusted-host=repodipory.u-strasbg.fr" > /etc/pip.conf \
&& python -m pip install --upgrade pip
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment