diff --git a/Dockerfile b/Dockerfile index 85d492e..21f5c2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN docker-php-ext-install \ soap \ gd -RUN docker-php-ext-enable imagick +RUN docker-php-ext-enable imagick opcache # PHP RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_FILE" && \