fix: 更新 Dockerfile 中 lib 库安装脚本的下载链接

This commit is contained in:
xiao 2025-01-07 14:59:01 +08:00
parent f7c907cc84
commit 676336cb5c

View File

@ -1,7 +1,7 @@
FROM docker.cnb.cool/btpanel/btpanel:9.0_lts_fresh FROM docker.cnb.cool/btpanel/btpanel:9.0_lts_fresh
# 安装 lib 库 # 安装 lib 库
RUN curl -o /www/server/panel/install/lib.sh http://download.bt.cn/install/0/lib.sh \ RUN curl -o /www/server/panel/install/lib.sh https://dg2.bt.cn/install/1/lib.sh \
&& sh /www/server/panel/install/lib.sh \ && sh /www/server/panel/install/lib.sh \
&& chmod +x /bt.sh \ && chmod +x /bt.sh \
&& chmod +x /init_mysql.sh && chmod +x /init_mysql.sh