From ab5536452042103d94574c8fa0e9a9981bf8c418 Mon Sep 17 00:00:00 2001 From: xiao Date: Fri, 1 Nov 2024 20:56:21 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E5=8F=AF=E8=83=BD=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= 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 b912ba5..fc1a531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo "btd12-${RANDOM_NAME}" > /etc/hostname RUN apt-get update \ && apt-get install -y wget iproute2 openssh-server libgd-dev cmake make gcc g++ autoconf \ libsodium-dev libonig-dev libssh2-1-dev libc-ares-dev libaio-dev sudo curl \ - && curl -sSO http://download.bt.cn/install/install_panel.sh \ + && curl -sSO https://download.bt.cn/install/install_panel.sh \ && echo y|bash install_panel.sh -P 8888 --ssl-disable \ && curl -o /www/server/panel/install/lib.sh https://download.bt.cn/install/0/lib.sh && sh /www/server/panel/install/lib.sh \ && echo btpanel|bt 6 \