Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /test
|
|
4 |
|
5 |
COPY . .
|
6 |
|
7 |
-
RUN apk add nodejs npm curl p7zip git python3 \
|
8 |
&& npm install pnpm -g
|
9 |
|
10 |
# 修改目录权限
|
|
|
4 |
|
5 |
COPY . .
|
6 |
|
7 |
+
RUN apk add nodejs npm curl p7zip git python3 make \
|
8 |
&& npm install pnpm -g
|
9 |
|
10 |
# 修改目录权限
|