Olivier Massot 7 月之前
父節點
當前提交
71765c0ae1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 && \