fix: 编译环境错误

This commit is contained in:
xiao 2024-11-05 18:02:41 +08:00 committed by cnb
parent 34b1e37bee
commit d93c4bf0f7

View File

@ -50,7 +50,7 @@ RUN mkdir -p /lnmp
RUN mkdir -p /lnmp RUN mkdir -p /lnmp
# 安装 Apache 2.4 # 安装 Apache 2.4
RUN curl -o /lnmp/nginx.sh https://download.bt.cn/install/4/apache.sh \ RUN curl -o /lnmp/apache.sh https://download.bt.cn/install/4/apache.sh \
&& sh /lnmp/apache.sh install 2.4 && sh /lnmp/apache.sh install 2.4
# 安装 PHP 8.3 # 安装 PHP 8.3