chore: docker构造环境增加bcmath扩展

This commit is contained in:
xboard 2024-04-03 11:00:39 +08:00
parent 1e503f444b
commit 44567e552a

View File

@ -2,7 +2,7 @@ FROM phpswoole/swoole:php8.1-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions pcntl
RUN install-php-extensions pcntl bcmath
RUN apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client git