Update Dockerfile
Browse files- Dockerfile +6 -9
Dockerfile
CHANGED
@@ -16,17 +16,14 @@ COPY ./application.yaml /app
|
|
16 |
|
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-
|
|
|
|
|
|
|
|
|
|
|
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 配置文件
|
28 |
-
COPY ./application.yaml ./plugins/Guoba-Plugin/config/
|
29 |
-
|
30 |
# 给予权限
|
31 |
RUN chmod -R 777 /app
|
32 |
|
|
|
16 |
|
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-plugi
|
20 |
+
RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin
|
21 |
+
RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/waves-plugin
|
22 |
+
RUN git clone --depth 1 https://github.com/Nwflower/atla plugins/Atla
|
23 |
+
RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/Atla/Genshin-Atlas
|
24 |
+
RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atlas
|
25 |
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
# 给予权限
|
28 |
RUN chmod -R 777 /app
|
29 |
|