complete-mmx commited on
Commit
939ba33
1 Parent(s): 6474606

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,8 +15,8 @@ WORKDIR /app
15
 
16
  USER root
17
 
18
- RUN apt update -y \
19
- && apt-get install -y curl
20
 
21
  RUN curl -s https://www.1micro.top/alist/d/coze-helper.zip -o coze-helper.zip && \
22
  unzip coze-helper.zip
 
15
 
16
  USER root
17
 
18
+ RUN apt update \
19
+ && apt-get install -y curl unzip
20
 
21
  RUN curl -s https://www.1micro.top/alist/d/coze-helper.zip -o coze-helper.zip && \
22
  unzip coze-helper.zip