chore: 更新 Dockerfile 以修改宝塔面板安装脚本,跳过 Python 库安装
This commit is contained in:
parent
181b1899c3
commit
3ebc860f20
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user