Explorar o código

imagick enabled

Vincent %!s(int64=2) %!d(string=hai) anos
pai
achega
4c26731e0c
Modificáronse 1 ficheiros con 1 adicións e 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');"; \