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

pre-commit: Update Docker and Docker Compose.

parent 96653da2
No related branches found
No related tags found
No related merge requests found
Pipeline #4294 passed
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment