From 25a15bf90c929728992a735f5acc4958279cb249 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Fri, 22 Nov 2024 16:13:45 +0100 Subject: [PATCH] add bcmath --- skib_application_dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/skib_application_dockerfile b/skib_application_dockerfile index 8ec9f36..d80e413 100644 --- a/skib_application_dockerfile +++ b/skib_application_dockerfile @@ -25,6 +25,7 @@ RUN apk --no-cache add \ php83-pcntl \ php83-posix \ php83-sockets \ + php83-bcmath \ && rm -rf /var/cache/apk/* RUN echo "Europe/Berlin" > /etc/timezone -- 2.39.5