From 44567e552a149dd7de1676ec13014cbbb39db5fb Mon Sep 17 00:00:00 2001 From: xboard Date: Wed, 3 Apr 2024 11:00:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20docker=E6=9E=84=E9=80=A0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=A2=9E=E5=8A=A0bcmath=E6=89=A9=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f050210..6de7fc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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