Skip to content

Commit 166f48a

Browse files
committed
ci: upgrade Dockerfile.
1 parent 67b127d commit 166f48a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ COPY --from=deps /app/node_modules ./node_modules
2626
# 复制项目文件到工作目录
2727
COPY . .
2828

29+
# 安装 curl 工具
30+
RUN apt-get update && apt-get install -y curl
31+
2932
# Next.js collects completely anonymous telemetry data about general usage.
3033
# Learn more here: https://nextjs.org/telemetry
3134
# Uncomment the following line in case you want to disable telemetry during the build.

0 commit comments

Comments
 (0)