From 6cb3eeb6c60545d7ef32d231c2d26680611902ce Mon Sep 17 00:00:00 2001 From: xiao Date: Fri, 1 Nov 2024 19:00:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E6=9E=84=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=9F=BA=E7=A1=80=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac2af05..b912ba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM debian:bookworm -USER root - COPY bt.sh /bt.sh COPY ["ssh_host_*","/etc/ssh/"] @@ -17,6 +15,7 @@ RUN apt-get update \ libsodium-dev libonig-dev libssh2-1-dev libc-ares-dev libaio-dev sudo curl \ && curl -sSO http://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 \ && echo btpaneldocker|bt 5 \ && echo "/btpanel" > /www/server/panel/data/admin_path.pl \