mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05:00
chore: docker构造环境增加bcmath扩展
This commit is contained in:
parent
1e503f444b
commit
44567e552a
@ -2,7 +2,7 @@ FROM phpswoole/swoole:php8.1-alpine
|
|||||||
|
|
||||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
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
|
RUN apk --no-cache add shadow supervisor nginx sqlite nginx-mod-http-brotli mysql-client git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user