Olivier Massot 9 mesi fa
parent
commit
34452cb451
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -yqq --no-install-recommends \
 
 # Installation des extensions PHP
 RUN docker-php-ext-install intl exif && \
-    docker-php-ext-enable intl exif
+    docker-php-ext-enable exif
 
 # Installation de Composer
 COPY --from=composer:latest /usr/bin/composer /usr/bin/composer