Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -29,6 +29,9 @@ RUN git clone --depth 1 https://github.com/simo8102/StarRail-plugin.git plugins/
|
|
29 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin plugins/Discord-Plugin
|
30 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
31 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git plugins/Yunzai-Telegram
|
|
|
|
|
|
|
32 |
RUN echo "${dc}" >>config/Discord.yaml
|
33 |
RUN echo "${qq}" >>config/QQGuild.yaml
|
34 |
RUN echo "${tg}" >>config/Telegram.yaml
|
|
|
29 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Discord-Plugin plugins/Discord-Plugin
|
30 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-QQGuild-Plugin plugins/QQGuild-Plugin
|
31 |
RUN git clone --depth 1 https://github.com/TimeRainStarSky/Yunzai-Telegram-Plugin.git plugins/Yunzai-Telegram
|
32 |
+
RUN git clone -b master --depth=1 https://github.com/yeyang52/yenai-plugin.git ./plugins/yenai-plugin
|
33 |
+
RUN git clone --depth=1 https://github.com/ZZZure/ZZZ-Plugin.git ./plugins/ZZZ-Plugin
|
34 |
+
RUN git clone https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin ./plugins/ICQQ-Plugin
|
35 |
RUN echo "${dc}" >>config/Discord.yaml
|
36 |
RUN echo "${qq}" >>config/QQGuild.yaml
|
37 |
RUN echo "${tg}" >>config/Telegram.yaml
|