diff --git a/Dockerfile b/Dockerfile index 88a64ef..d725108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python3-venv \ ruby-full \ nodejs \ + git \ && rm -rf /var/lib/apt/lists/* # Copy built Python venv from builder