更新 Dockerfile
This commit is contained in:
parent
31e1e85ba3
commit
ea425c0719
@ -21,7 +21,7 @@ RUN apt update
|
|||||||
RUN apt install -y php8.2-cli php8.2-bcmath php8.2-bz2 php8.2-curl php8.2-redis php8.2-mongodb php8.2-pgsql php8.2-intl php8.2-mbstring php8.2-zip php8.2-gd php8.2-dom php8.2-mysql php8.2-memcached php8.2-dev php-pear libz-dev
|
RUN apt install -y php8.2-cli php8.2-bcmath php8.2-bz2 php8.2-curl php8.2-redis php8.2-mongodb php8.2-pgsql php8.2-intl php8.2-mbstring php8.2-zip php8.2-gd php8.2-dom php8.2-mysql php8.2-memcached php8.2-dev php-pear libz-dev
|
||||||
|
|
||||||
RUN pecl channel-update pecl.php.net
|
RUN pecl channel-update pecl.php.net
|
||||||
RUN pecl install grpc
|
RUN MAKEFLAGS="-j $(nproc)" pecl install grpc
|
||||||
|
|
||||||
RUN echo "output_buffering = On" >> /etc/php/8.2/cli/php.ini
|
RUN echo "output_buffering = On" >> /etc/php/8.2/cli/php.ini
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user