#tradewind:add php83

This commit is contained in:
2023-12-25 18:23:07 +08:00
parent 804eb5544f
commit 4b5a861360
8 changed files with 3966 additions and 3 deletions

View File

@ -4,7 +4,7 @@ ARG PROJECT_PATH
WORKDIR ${PROJECT_PATH}
RUN sed -i "s@http://deb.debian.org@http://mirrors.aliyun.com@g" /etc/apt/sources.list
RUN sed -i "s@http://deb.debian.org@http://mirrors.tencent.com@g" /etc/apt/sources.list
RUN apt-get update && apt-get install -y \
git \