Tu060925 commited on
Commit
d077dad
·
verified ·
1 Parent(s): ef7f86e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +12 -21
Dockerfile CHANGED
@@ -25,36 +25,27 @@ RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai.git ./Yunzai &
25
  git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git ./plugins/Guoba-Plugin/ && \
26
  git clone -b master --depth=1 https://github.com/Yvan-W/yenai-plugin.git ./plugins/yenai-plugin && \
27
  git clone --depth 1 https://github.com/TimeRainStarSky/TRSS-Plugin.git ./plugins/TRSS-Plugin && \
28
- git clone --depth=1 https://github.com/Nwflower/auto-plugin.git ./plugins/auto-plugin/ && \
29
- git clone --depth=1 https://github.com/SmallK111407/earth-k-plugin.git ./plugins/earth-k-plugin/ && \
30
- git clone --depth=1 https://github.com/AFanSKyQs/FanSky_Qs.git ./plugins/FanSky_Qs/ && \
31
  cd plugins/FanSky_Qs && pnpm install && cd ../../ && \
32
  git clone --depth=1 https://github.com/Nwflower/flower-plugin.git ./plugins/flower-plugin/ && \
33
  git clone --depth=1 https://mirror.ghproxy.com/https://github.com/hanhan258/hanhan-plugin.git ./plugins/hanhan-plugin && \
34
  cd ./plugins/hanhan-plugin && pnpm install && cd ../../ && \
35
- git clone --depth 1 https://gitee.com/fox-glaze/hl-ly-plugin ./plugins/hl-ly-plugin && \
36
  git clone --depth=1 https://github.com/liangshi233/liangshi-calc.git ./plugins/liangshi-calc/ && \
37
  git clone --depth=1 https://github.com/xianxincoder/xianxin-plugin.git ./plugins/xianxin-plugin/ && \
38
  git clone --depth=1 https://github.com/xwy231321/ql-plugin.git ./plugins/ql-plugin/ && \
39
  git clone --depth=1 https://github.com/TsukinaKasumi/StarRail-plugin.git ./plugins/StarRail-plugin && \
40
- git clone https://github.com/erzaozi/waves-plugin.git ./plugins/waves-plugin && \
41
- git clone https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git ./plugins/xiaoyao-cvs-plugin/ && \
42
  git clone --depth=1 https://github.com/ZZZure/ZZZ-Plugin.git ./plugins/ZZZ-Plugin && \
43
- git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Lagrange-Plugin.git ./plugins/Lagrange-Plugin && \
44
- git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git ./plugins/Telegram-Plugin && \
45
- git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin.git ./plugins/Discord-Plugin && \
46
- git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-WeChat-Plugin.git ./plugins/WeChat-Plugin && \
47
- git clone --depth 1 https://gitee.com/xiaoye12123/Yunzai-QQBot-Plugin.git ./plugins/QQBot-Plugin && \
48
- git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-ICQQ-Plugin.git ./plugins/ICQQ-Plugin && \
49
- git clone --depth 1 https://github.com/TimeRainStarSky/TRSS-Config.git && \
50
- cp -r TRSS-Config/config ./Yunzai/config/ && \
51
- cp -r TRSS-Config/plugins ./Yunzai && \
52
- mv TRSS-Config/BBDown ./ && \
53
- cp -r TRSS-Config/miao-plugin ./Yunzai/plugins/ && \
54
- cd Yunzai && \
55
- pnpm install && \
56
- pnpm install -P --prefix ./plugins/rconsole-plugin/ && \
57
- pnpm install --filter=guoba-plugin
58
 
59
  # 拷贝 Guoba 配置文件
60
  COPY ./application.yaml ./plugins/Guoba-Plugin/config/
 
25
  git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git ./plugins/Guoba-Plugin/ && \
26
  git clone -b master --depth=1 https://github.com/Yvan-W/yenai-plugin.git ./plugins/yenai-plugin && \
27
  git clone --depth 1 https://github.com/TimeRainStarSky/TRSS-Plugin.git ./plugins/TRSS-Plugin && \
28
+ git clone --depth 1 https://github.com/Nwflower/auto-plugin.git ./plugins/auto-plugin/ && \
29
+ git clone --depth 1 https://github.com/SmallK111407/earth-k-plugin.git ./plugins/earth-k-plugin/ && \
30
+ git clone --depth 1 https://github.com/AFanSKyQs/FanSky_Qs.git ./plugins/FanSky_Qs/ && \
31
  cd plugins/FanSky_Qs && pnpm install && cd ../../ && \
32
  git clone --depth=1 https://github.com/Nwflower/flower-plugin.git ./plugins/flower-plugin/ && \
33
  git clone --depth=1 https://mirror.ghproxy.com/https://github.com/hanhan258/hanhan-plugin.git ./plugins/hanhan-plugin && \
34
  cd ./plugins/hanhan-plugin && pnpm install && cd ../../ && \
35
+ git clone --depth=1 https://gitee.com/fox-glaze/hl-ly-plugin ./plugins/hl-ly-plugin && \
36
  git clone --depth=1 https://github.com/liangshi233/liangshi-calc.git ./plugins/liangshi-calc/ && \
37
  git clone --depth=1 https://github.com/xianxincoder/xianxin-plugin.git ./plugins/xianxin-plugin/ && \
38
  git clone --depth=1 https://github.com/xwy231321/ql-plugin.git ./plugins/ql-plugin/ && \
39
  git clone --depth=1 https://github.com/TsukinaKasumi/StarRail-plugin.git ./plugins/StarRail-plugin && \
40
+ git clone --depth=1 https://github.com/erzaozi/waves-plugin.git ./plugins/waves-plugin && \
41
+ git clone --depth=1 https://github.com/Ctrlcvs/xiaoyao-cvs-plugin.git ./plugins/xiaoyao-cvs-plugin/ && \
42
  git clone --depth=1 https://github.com/ZZZure/ZZZ-Plugin.git ./plugins/ZZZ-Plugin && \
43
+ git clone --depth=1 https://github.com/TimeRainStarSky/Yunzai-Lagrange-Plugin.git ./plugins/Lagrange-Plugin && \
44
+ git clone --depth=1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git ./plugins/Telegram-Plugin && \
45
+ git clone --depth=1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin.git ./plugins/Discord-Plugin && \
46
+ git clone --depth=1 https://github.com/TimeRainStarSky/Yunzai-WeChat-Plugin.git ./plugins/WeChat-Plugin && \
47
+ git clone --depth=1 https://gitee.com/xiaoye12123/Yunzai-QQBot-Plugin.git ./plugins/QQBot-Plugin && \
48
+ git clone --depth=1 https://github.com/TimeRainStarSky/Yunzai-ICQQ-Plugin.git ./plugins/ICQQ-Plugin
 
 
 
 
 
 
 
 
 
49
 
50
  # 拷贝 Guoba 配置文件
51
  COPY ./application.yaml ./plugins/Guoba-Plugin/config/