Merge pull request 'add bcmath' (#1) from hotfix/add-bcmath-to-skib into main

Reviewed-on: #1
This commit is contained in:
holzi1005 2024-11-22 16:15:09 +01:00
commit 3987e10f71

View file

@ -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