KL-MLC commited on
Commit
1794b60
·
verified ·
1 Parent(s): 5187477

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 yum install python3-devel python3-pip -y
8
  RUN apk add nodejs npm curl p7zip git \
9
  && npm install pnpm -g
10
 
 
4
 
5
  COPY . .
6
 
7
+ RUN apt install python3-devel python3-pip
8
  RUN apk add nodejs npm curl p7zip git \
9
  && npm install pnpm -g
10