Skip to content

Commit 257f4d2

Browse files
committed
fix: add git to gateway Dockerfile (required by npm install)
1 parent 2e1f88a commit 257f4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV OPENCLAW_SOURCE=${OPENCLAW_SOURCE} \
2727

2828
# 安装基础工具
2929
RUN apt-get update && apt-get install -y --no-install-recommends \
30-
curl tini ca-certificates && \
30+
curl git tini ca-certificates && \
3131
rm -rf /var/lib/apt/lists/*
3232

3333
# 安装 OpenClaw

0 commit comments

Comments
 (0)