diff --git a/Dockerfile b/Dockerfile index b7c9494..942909c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,8 @@ FROM phpswoole/swoole:php8.3 RUN set -ex \ + && sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \ + && apt-get clean \ && apt-get update \ && apt-get install -y \ # gcc g++ make autoconf libc-dev \