diff --git a/Dockerfile b/Dockerfile index d63daa4..e433173 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN curl --silent --show-error https://getcomposer.org/installer | php -- --inst RUN pecl install apcu \ && pecl install yaml-2.1.0 \ - && docker-php-ext-enable apcu yaml + && docker-php-ext-enable apcu yaml gd openssl fileinfo opcache intl zip # Set user to www-data RUN chown www-data:www-data /var/www