Olivier Massot hace 8 meses
padre
commit
71765c0ae1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM php:8.3-fpm
 
 # Installation des dépendances système
 RUN apt-get update && apt-get install -yqq --no-install-recommends \
-    zip unzip libexif-dev
+    zip unzip libexif-dev libicu-dev
 
 # Installation des extensions PHP
 RUN docker-php-ext-install intl exif && \