Loading images/pre-commit/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ RUN apt-get update && \ python3-setuptools \ python3-venv \ && \ ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose && \ export PIP_CONSTRAINT=/tmp/constraint.txt && \ echo 'Cython < 3.0' > "$PIP_CONSTRAINT" && \ python3 -m pip install --no-cache-dir --break-system-packages \ Loading Loading
images/pre-commit/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ RUN apt-get update && \ python3-setuptools \ python3-venv \ && \ ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose && \ export PIP_CONSTRAINT=/tmp/constraint.txt && \ echo 'Cython < 3.0' > "$PIP_CONSTRAINT" && \ python3 -m pip install --no-cache-dir --break-system-packages \ Loading