update dockerfile

This commit is contained in:
toom1996
2025-06-18 11:06:33 +08:00
parent 735da90ca4
commit 703bc06b33

View File

@ -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 \