KL-MLC commited on
Commit
76eded7
·
verified ·
1 Parent(s): 62d0afe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
  # 修改目录权限