We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b0327 commit 0fe01c9Copy full SHA for 0fe01c9
Dockerfile
@@ -1,7 +1,7 @@
1
# 第一阶段:构建前端主题
2
-FROM node:18-alpine AS frontend-builder
+FROM node:20-alpine AS frontend-builder
3
4
-RUN apk add --no-cache git
+RUN apk add --no-cache git python3 make g++
5
6
WORKDIR /build
7
0 commit comments