Commit 9889c9d9 authored by nimrod's avatar nimrod
Browse files

pre-commit: Update Docker and Docker Compose.

parent 96653da2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008,DL3013
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
        docker.io \
        docker-ce-cli \
        docker-compose-plugin \
        git \
        python3-dev \
        python3-pip \
@@ -14,7 +15,6 @@ RUN apt-get update && \
    export PIP_CONSTRAINT=/tmp/constraint.txt && \
    echo 'Cython < 3.0' > "$PIP_CONSTRAINT" && \
    python3 -m pip install --no-cache-dir --break-system-packages \
        docker-compose \
        pipenv \
        poetry \
        pre_commit \