Update Dockerfile
This commit is contained in:
parent
e487e9ab2c
commit
7ac739fccb
@ -8,8 +8,8 @@ RUN curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php \
|
||||
|
||||
RUN curl -sS https://get.symfony.com/cli/installer | bash && mv /root/.symfony5/bin/symfony /usr/local/bin/symfony
|
||||
|
||||
RUN pecl install xdebug \
|
||||
&& docker-php-ext-enable xdebug \
|
||||
RUN pecl install xdebug apcu \
|
||||
&& docker-php-ext-enable xdebug apcu \
|
||||
&& docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install pdo pdo_mysql intl opcache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user