From 3ebc860f200eaea1f9c61fb1da3dc12b3d102846 Mon Sep 17 00:00:00 2001 From: xiao Date: Tue, 17 Dec 2024 21:51:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Dockerfile=20?= =?UTF-8?q?=E4=BB=A5=E4=BF=AE=E6=94=B9=E5=AE=9D=E5=A1=94=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC=EF=BC=8C=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=20Python=20=E5=BA=93=E5=AE=89=E8=A3=85?= 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 6845a43..006cce3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN dos2unix /bt.sh && dos2unix /init_mysql.sh # 下载并安装宝塔面板及 lnmp 环境 RUN curl -sSO https://download.bt.cn/install/install_panel.sh \ - && sed -i '/Install_Python_Lib/d' install_panel.sh \ + && sed -i '/Install_Main()/,/}/s/Install_Python_Lib/#Install_Python_Lib/' install_panel.sh \ && echo y | bash install_panel.sh -P 8888 --ssl-disable \ && rm -rf /www/server/data/* \ && echo "docker_bt_alpine" > /www/server/panel/data/o.pl \