From 6a5f7cb222e46a34bcc8f05ab24228bf96612fd6 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Wed, 6 May 2026 16:58:56 +0800 Subject: [PATCH] chore(api): fix incorrect git installation --- api/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 747d5a6f16..a1c60b32ea 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -17,7 +17,7 @@ FROM base AS packages RUN apt-get update \ && apt-get install -y --no-install-recommends \ # basic environment - g++ \ + git g++ \ # for building gmpy2 libmpfr-dev libmpc-dev @@ -76,8 +76,6 @@ 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 \