From b3e734c3c69da668b95a88e1da98c33ec5a020d1 Mon Sep 17 00:00:00 2001 From: sylvain Date: Thu, 15 May 2025 18:12:23 +0000 Subject: [PATCH] Actualiser dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index bc2fc79..d3d136b 100644 --- a/dockerfile +++ b/dockerfile @@ -11,7 +11,7 @@ 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-zip php-mbstring \ +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-intl php-mbstring \ php-bcmath php-gmp software-properties-common git openssl msmtp mariadb-client cron curl unzip nano # Nettoyer