fix: 编译环境错误

This commit is contained in:
xiao 2024-11-05 17:52:14 +08:00 committed by cnb
parent 791c7fd497
commit 34b1e37bee

View File

@ -49,9 +49,9 @@ RUN mkdir -p /lnmp
# 创建目录 # 创建目录
RUN mkdir -p /lnmp RUN mkdir -p /lnmp
# 安装 Nginx 1.27 # 安装 Apache 2.4
RUN curl -o /lnmp/nginx.sh https://download.bt.cn/install/3/nginx.sh \ RUN curl -o /lnmp/nginx.sh https://download.bt.cn/install/4/apache.sh \
&& sh /lnmp/nginx.sh install 1.27 && sh /lnmp/apache.sh install 2.4
# 安装 PHP 8.3 # 安装 PHP 8.3
RUN curl -o /lnmp/php.sh https://download.bt.cn/install/4/php.sh \ RUN curl -o /lnmp/php.sh https://download.bt.cn/install/4/php.sh \