We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfa713 commit 15ed42bCopy full SHA for 15ed42b
src/git/Dockerfile
@@ -24,7 +24,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
24
25
FROM python:3.12-slim-bookworm
26
27
-RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/* \
28
+ && git lfs install --system
29
30
WORKDIR /app
31
0 commit comments