update dockerfile

This commit is contained in:
toom1996
2025-06-18 11:14:10 +08:00
parent 703bc06b33
commit 9858d6974b

View File

@ -68,7 +68,10 @@
FROM phpswoole/swoole:php8.3 FROM phpswoole/swoole:php8.3
RUN set -ex \ RUN set -ex \
&& sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \ && echo "deb http://mirrors.aliyun.com/debian/ bookworm main contrib non-free" > /etc/apt/sources.list \
&& echo "deb http://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free" >> /etc/apt/sources.list \
&& echo "deb http://mirrors.aliyun.com/debian-security bookworm-security main contrib non-free" >> /etc/apt/sources.list \
\
&& apt-get clean \ && apt-get clean \
&& apt-get update \ && apt-get update \
&& apt-get install -y \ && apt-get install -y \