Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -24,6 +24,7 @@ RUN git clone --depth 1 https://github.com/ap-plugin/mj-plugin.git ./plugins/mj-
|
|
24 |
RUN git clone --depth 1 https://github.com/ap-plugin/ap-plugin.git ./plugins/ap-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/yeyang52/yenai-plugin.git ./plugins/yenai-plugin
|
|
|
27 |
|
28 |
# 拷贝 Guoba 配置文件
|
29 |
COPY ./application.yaml ./plugin/Guoba-Plugin/config/application.yaml
|
|
|
24 |
RUN git clone --depth 1 https://github.com/ap-plugin/ap-plugin.git ./plugins/ap-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/yeyang52/yenai-plugin.git ./plugins/yenai-plugin
|
27 |
+
RUN git clone --depth=1 https://github.com/guoba-yunzai/guoba-plugin.git ./plugins/Guoba-Plugin/
|
28 |
|
29 |
# 拷贝 Guoba 配置文件
|
30 |
COPY ./application.yaml ./plugin/Guoba-Plugin/config/application.yaml
|