chore(api): Add Git to build dependencies

This commit is contained in:
QuantumGhost 2026-05-06 16:47:15 +08:00
parent 34a0529b88
commit ee0337c744

View File

@ -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 \