From 676336cb5cc0b959afac1bb4c4ad30613a10cecd Mon Sep 17 00:00:00 2001 From: xiao Date: Tue, 7 Jan 2025 14:59:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20Dockerfile=20?= =?UTF-8?q?=E4=B8=AD=20lib=20=E5=BA=93=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76dfd35..46bab48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.cnb.cool/btpanel/btpanel:9.0_lts_fresh # 安装 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 \ && chmod +x /bt.sh \ && chmod +x /init_mysql.sh