Skip to content

Commit 15ed42b

Browse files
authored
git MCP: Add support for git-lfs (#2503)
1 parent 7dfa713 commit 15ed42b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/git/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2424

2525
FROM python:3.12-slim-bookworm
2626

27-
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
27+
RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/* \
28+
&& git lfs install --system
2829

2930
WORKDIR /app
3031

0 commit comments

Comments
 (0)