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

Python3 image: Allow Pip to install system level packages.

parent bc8062c3
No related branches found
No related tags found
No related merge requests found
Pipeline #3519 failed
......@@ -6,8 +6,7 @@ RUN apt-get update && \
python3-pip \
python3-venv \
&& \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip && \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade --break-system-packages \
pipenv \
poetry \
tox \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment