This commit is contained in:
Refactorian
2024-03-02 06:11:17 +09:00
committed by GitHub
parent 21253361b6
commit 58e6ad680f
3 changed files with 51 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ RUN apt-get update \
&& docker-php-ext-install zip pdo_mysql pdo_pgsql pgsql
RUN apt-get install -y libicu-dev \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl
# pcov
RUN pecl install pcov && docker-php-ext-enable pcov