增加C++编译环境
Some checks failed
Some checks failed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user