update dockerfile
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user