This commit is contained in:
Refactorian
2024-03-03 22:19:23 +09:00
committed by GitHub
parent 4ecef5f729
commit dd510605c0
5 changed files with 24 additions and 7 deletions

View File

@@ -12,6 +12,9 @@ RUN apt-get install -y libicu-dev \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl
# redis
RUN pecl install redis && docker-php-ext-enable redis
# pcov
RUN pecl install pcov && docker-php-ext-enable pcov