Spaces:
Paused
Paused
zxsipola123456
commited on
Commit
•
820e9c7
1
Parent(s):
820b544
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|
15 |
supervisor \
|
16 |
&& apt-get clean
|
17 |
|
18 |
-
|
19 |
curl \
|
20 |
gnupg2 \
|
21 |
lsb-release \
|
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
|
|
27 |
ca-certificates \
|
28 |
software-properties-common \
|
29 |
docker.io \ # 安装 Docker CLI
|
30 |
-
git
|
31 |
|
32 |
|
33 |
# 设置工作目录
|
|
|
15 |
supervisor \
|
16 |
&& apt-get clean
|
17 |
|
18 |
+
RUN apt-get update && apt-get install -y \
|
19 |
curl \
|
20 |
gnupg2 \
|
21 |
lsb-release \
|
|
|
27 |
ca-certificates \
|
28 |
software-properties-common \
|
29 |
docker.io \ # 安装 Docker CLI
|
30 |
+
git # 安装 git
|
31 |
|
32 |
|
33 |
# 设置工作目录
|