Spaces:
Paused
Paused
zxsipola123456
commited on
Commit
•
bbe54bc
1
Parent(s):
d13ec66
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
13 |
curl \
|
14 |
wget \
|
15 |
supervisor \
|
16 |
-
curl \
|
17 |
gnupg2 \
|
18 |
lsb-release \
|
19 |
openssl \
|
@@ -23,10 +23,11 @@ RUN apt-get update && apt-get install -y \
|
|
23 |
apt-transport-https \
|
24 |
ca-certificates \
|
25 |
software-properties-common \
|
26 |
-
docker.io \
|
27 |
-
git \
|
28 |
&& apt-get clean
|
29 |
|
|
|
30 |
# 设置工作目录
|
31 |
WORKDIR /ragflow
|
32 |
|
|
|
13 |
curl \
|
14 |
wget \
|
15 |
supervisor \
|
16 |
+
curl \
|
17 |
gnupg2 \
|
18 |
lsb-release \
|
19 |
openssl \
|
|
|
23 |
apt-transport-https \
|
24 |
ca-certificates \
|
25 |
software-properties-common \
|
26 |
+
docker.io \
|
27 |
+
git \
|
28 |
&& apt-get clean
|
29 |
|
30 |
+
|
31 |
# 设置工作目录
|
32 |
WORKDIR /ragflow
|
33 |
|