From ee0337c744ca984005572495a8468715f5aebbaf Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Wed, 6 May 2026 16:47:15 +0800 Subject: [PATCH] chore(api): Add Git to build dependencies --- api/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/Dockerfile b/api/Dockerfile index 6098652573..747d5a6f16 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -76,6 +76,8 @@ RUN \ && apt-get update \ # Install dependencies && apt-get install -y --no-install-recommends \ + # for install dependecies served by Git + git \ # basic environment nodejs=${NODE_PACKAGE_VERSION} \ # for gmpy2 \