From 7d03c73036e1d54670eeb16f2f87865695bd20a5 Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Tue, 30 Apr 2024 15:49:07 +0200 Subject: [PATCH] [push-ci-image] --- docker/consistency.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/consistency.dockerfile b/docker/consistency.dockerfile index 249a444fd83ffc..94097f9a9c1a12 100644 --- a/docker/consistency.dockerfile +++ b/docker/consistency.dockerfile @@ -1,7 +1,7 @@ FROM python:3.10-slim ENV PYTHONDONTWRITEBYTECODE=1 USER root -RUN apt-get update && apt-get install -y time git pkg-config make +RUN apt-get update && apt-get install -y time git pkg-config make git-lfs ENV VIRTUAL_ENV=/usr/local RUN pip install uv RUN uv venv