From a789a5e920e85d8cb3c058c7605c87f5c1b667d2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 1 Feb 2025 10:08:55 +0200 Subject: [PATCH] fixup! pre-commit: Update Docker and Docker Compose. --- images/pre-commit/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/pre-commit/Dockerfile b/images/pre-commit/Dockerfile index eb78c51..dfb144f 100644 --- a/images/pre-commit/Dockerfile +++ b/images/pre-commit/Dockerfile @@ -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 \ -- GitLab