From 23bd7d7d99d6abfc9a4b30d58837d69bc1f91c73 Mon Sep 17 00:00:00 2001 From: MattGrundy <38431311+MattGrundy@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:46:14 +0100 Subject: [PATCH] Add bcmath --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d79071e..0ee3ed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update \ vim-tiny \ nginx \ openssl \ + php8.3-bcmath \ php8.3-cli \ php8.3-common \ php8.3-ctype \