From a41b9d2143550a715687c5257c865dfb84a7d931 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 1 Jan 2026 13:31:47 +0700 Subject: [PATCH] Fix: Add git to Dockerfile for pip git+ dependencies --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e3dd36e..abd101a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \ curl \ gnupg \ ffmpeg \ + git \ && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/*