Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,9 +20,9 @@ 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://
|
24 |
RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin plugins/ICQQ-Plugin
|
25 |
-
RUN git clone --depth=1 https://
|
26 |
|
27 |
|
28 |
RUN echo "${qqbot}" >>config/config/QQBot.yaml
|
|
|
20 |
|
21 |
# 安装插件
|
22 |
RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-QQBot-Plugin plugins/QQBot-Plugin
|
23 |
+
RUN git clone -b master --depth=1 https://github.com/yeyang52/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://github.com/guoba-yunzai/guoba-plugin.git ./plugins/Guoba-Plugin/
|
26 |
|
27 |
|
28 |
RUN echo "${qqbot}" >>config/config/QQBot.yaml
|