|
|
@@ -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 && \
|