Ext enabled

This commit is contained in:
Andrei Condurachi 2020-11-19 16:33:21 +02:00
parent 197723ed43
commit a820f2f60a
1 changed files with 1 additions and 1 deletions

View File

@ -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