Commit bc8062c3 authored by nimrod's avatar nimrod
Browse files

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

parent f941c19d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 \