Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -17,11 +17,11 @@ COPY ./application.yaml /app
|
|
17 |
# 安装插件
|
18 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
|
19 |
RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugin
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin/
|
24 |
-
|
25 |
RUN git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git plugins/Guoba-Plugin
|
26 |
|
27 |
# 拷贝 Guoba 配置文件
|
|
|
17 |
# 安装插件
|
18 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
|
19 |
RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugin
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin/
|
24 |
+
|
25 |
RUN git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git plugins/Guoba-Plugin
|
26 |
|
27 |
# 拷贝 Guoba 配置文件
|