mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
chore(api): Add Git to build dependencies
This commit is contained in:
parent
34a0529b88
commit
ee0337c744
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user