Update Dockerfile and add php-bcmath

Add php-bcmath extension to support GLPI >= 11.0.0
pull/124/head
Micah Bramble 11 months ago committed by GitHub
parent 39b5992a89
commit c99aa8943c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,6 +17,7 @@ RUN apt update \
apache2 \
php8.3 \
php8.3-mysql \
php8.3-bcmath \
php8.3-ldap \
php8.3-xmlrpc \
php8.3-imap \

Loading…
Cancel
Save