zxsipola123456 commited on
Commit
d13ec66
1 Parent(s): 820e9c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -6
Dockerfile CHANGED
@@ -13,10 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  curl \
14
  wget \
15
  supervisor \
16
- && apt-get clean
17
-
18
- RUN apt-get update && apt-get install -y \
19
- curl \
20
  gnupg2 \
21
  lsb-release \
22
  openssl \
@@ -27,8 +24,8 @@ RUN apt-get update && apt-get install -y \
27
  ca-certificates \
28
  software-properties-common \
29
  docker.io \ # 安装 Docker CLI
30
- git # 安装 git
31
-
32
 
33
  # 设置工作目录
34
  WORKDIR /ragflow
 
13
  curl \
14
  wget \
15
  supervisor \
16
+ curl \ # 之前重复的 curl
 
 
 
17
  gnupg2 \
18
  lsb-release \
19
  openssl \
 
24
  ca-certificates \
25
  software-properties-common \
26
  docker.io \ # 安装 Docker CLI
27
+ git \ # 安装 git
28
+ && apt-get clean
29
 
30
  # 设置工作目录
31
  WORKDIR /ragflow