From 9d4a6b0d94107c5d562cbf326feb4f0a0846a7a7 Mon Sep 17 00:00:00 2001 From: xiao Date: Sun, 17 Nov 2024 10:34:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Apache=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC=E4=BB=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= 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 6579a17..87b171e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN dos2unix /bt.sh && dos2unix /init_mysql.sh RUN curl -sSO https://download.bt.cn/install/install_panel.sh \ && echo y | bash install_panel.sh -P 8888 --ssl-disable -RUN curl -o /lamp/apache.sh https://download.bt.cn/install/4/apache.sh \ +RUN curl -o /lamp/apache.sh https://download.bt.cn/install/0/apache.sh \ && sh /lamp/apache.sh install 2.4 \ && curl -o /lamp/php.sh https://download.bt.cn/install/4/php.sh \ && sh /lamp/php.sh install 8.3 \