Skip to main content

Installer bcmath dans un conteneur

install bcmath php extension in a container

# enter the container
sudo docker exec -it <container_name> bash
# install bcmath
apk add -U --no-cache php7-bcmath
# check if correctly installed
php -m

OR

# Directly install bcmath
sudo docker exec -i <container_name> apk add -U --no-cache php7-bcmath

Snippet documentation

Utiliser pour envoyer des mails avec BookStack.

https://www.linuxserver.io/blog/2019-09-14-customizing-our-containers

https://discord.com/invite/YWrKVTn