From ee581aa5b562e383a2cb0c2918a2309324f0df1c Mon Sep 17 00:00:00 2001 From: sylvain Date: Thu, 15 May 2025 17:53:49 +0000 Subject: [PATCH] Actualiser dockerfile --- dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 39f8878..6133167 100644 --- a/dockerfile +++ b/dockerfile @@ -11,8 +11,8 @@ ARG SMTP_PASS ARG ADMIN_EMAIL # Installer les paquets nécessaires -RUN apt-get update && apt-get install -y apache2 php php-cli php-mysql php-curl php-fpm php-gd php-json php-xml php-zip php-mbstring \ - software-properties-common git openssl msmtp mariadb-client cron curl unzip nano +RUN apt-get update && apt-get install -y apache2 php php-cli php-mysql php-curl php-fpm php-gd php-json php-xml php-zip php-zip php-mbstring \ +php-bcmath php-gmp software-properties-common git openssl msmtp mariadb-client cron curl unzip nano # Nettoyer RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*