增加C++编译环境
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Sync to CNB / sync (push) Has been cancelled
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
Delete old workflow runs / del_runs (push) Has been cancelled

This commit is contained in:
2026-02-06 09:05:58 +08:00
parent 964451c383
commit 999ef5b4c5

View File

@@ -28,6 +28,9 @@ FROM base AS runner
WORKDIR /app
ENV NODE_ENV=production
# 测试点生成需要编译/运行用户 C++ 标程
RUN apk add --no-cache build-base
RUN addgroup -g 1001 -S nodejs
RUN adduser -S nextjs -u 1001