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

fixup! pre-commit: Update Docker and Docker Compose.

parent 9889c9d9
No related branches found
No related tags found
No related merge requests found
Pipeline #4394 passed
...@@ -12,6 +12,7 @@ RUN apt-get update && \ ...@@ -12,6 +12,7 @@ RUN apt-get update && \
python3-setuptools \ python3-setuptools \
python3-venv \ python3-venv \
&& \ && \
ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose && \
export PIP_CONSTRAINT=/tmp/constraint.txt && \ export PIP_CONSTRAINT=/tmp/constraint.txt && \
echo 'Cython < 3.0' > "$PIP_CONSTRAINT" && \ echo 'Cython < 3.0' > "$PIP_CONSTRAINT" && \
python3 -m pip install --no-cache-dir --break-system-packages \ python3 -m pip install --no-cache-dir --break-system-packages \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment