diff --git a/packages/markitdown-mcp/Dockerfile b/packages/markitdown-mcp/Dockerfile index 03b7f14..fe52a4b 100644 --- a/packages/markitdown-mcp/Dockerfile +++ b/packages/markitdown-mcp/Dockerfile @@ -9,12 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ffmpeg \ exiftool -ARG INSTALL_GIT=false -RUN if [ "$INSTALL_GIT" = "true" ]; then \ - apt-get install -y --no-install-recommends \ - git; \ - fi - # Cleanup RUN rm -rf /var/lib/apt/lists/*