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

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-devel python3-pip \
8
  && npm install pnpm -g
9
 
10
  # 修改目录权限
 
4
 
5
  COPY . .
6
 
7
+ RUN apk add nodejs npm curl p7zip git python3 \
8
  && npm install pnpm -g
9
 
10
  # 修改目录权限