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

pre-commit image: Allow Pip to install system-level packages.

parent f941c19d
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | \
python3-setuptools \
python3-venv \
&& \
python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir \
python3 -m pip install --no-cache-dir --break-system-packages \
docker-compose \
pipenv \
poetry \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment