This commit is contained in:
2022-06-25 13:06:47 +02:00
parent 541f6fa6ab
commit 999cbd4895
5 changed files with 52 additions and 0 deletions

7
php-qa-81.dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM php:8.1-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini