Type-c commited on
Commit
8a48f87
·
verified ·
1 Parent(s): 50a25c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile CHANGED
@@ -20,16 +20,7 @@ COPY ./application.yaml /app
20
 
21
  # 安装插件
22
  RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-QQBot-Plugin plugins/QQBot-Plugin
23
- RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-genshin plugins/genshin
24
- RUN git clone --depth 1 https://github.com/yoimiya-kokomi/miao-plugin plugins/miao-plugin
25
- RUN git clone --depth 1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git plugins/xiaoyao-cvs-plugin
26
- RUN git clone --depth 1 https://github.com/erzaozi/waves-plugin.git plugins/waves-plugin
27
- RUN git clone --depth 1 https://github.com/Nwflower/atlas plugins/Atlas
28
- RUN git clone --depth 1 https://github.com/Nwflower/genshin-atlas.git plugins/Atla/Genshin-Atlas
29
- RUN git clone --depth 1 https://github.com/Nwflower/star-rail-atlas.git plugins/Atla/star-rail-atla
30
- RUN git clone --depth 1 https://github.com/simo8102/StarRail-plugin.git plugins/StarRail-plugin
31
  RUN git clone --depth=1 https://gitee.com/lylnspace/yenai-plugin.git ./plugins/yenai-plugin
32
- RUN git clone --depth=1 https://github.com/ZZZure/ZZZ-Plugin.git plugins/ZZZ-Plugin
33
  RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin plugins/ICQQ-Plugin
34
  RUN git clone --depth=1 https://gitee.com/guoba-yunzai/guoba-plugin.git ./plugins/Guoba-Plugin/
35
 
 
20
 
21
  # 安装插件
22
  RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-QQBot-Plugin plugins/QQBot-Plugin
 
 
 
 
 
 
 
 
23
  RUN git clone --depth=1 https://gitee.com/lylnspace/yenai-plugin.git ./plugins/yenai-plugin
 
24
  RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin plugins/ICQQ-Plugin
25
  RUN git clone --depth=1 https://gitee.com/guoba-yunzai/guoba-plugin.git ./plugins/Guoba-Plugin/
26