diff --git a/Dockerfile b/Dockerfile index 942909c..a677507 100755 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,10 @@ FROM phpswoole/swoole:php8.3 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 update \ && apt-get install -y \