Explorar el Código

imagick enabled

Vincent hace 2 años
padre
commit
4c26731e0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/ap2i/Dockerfile

+ 1 - 1
docker/ap2i/Dockerfile

@@ -67,7 +67,7 @@ RUN     docker-php-ext-install xsl
         ## APCU
 RUN     pecl install apcu-5.1.21
 RUN     pecl install imagick
-RUN     docker-php-ext-install imagick
+RUN     docker-php-ext-enable imagick
 
 ## COMPOSER
 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"; \