Skip to content

Commit fdf7e1b

Browse files
committed
add grpc extension
1 parent f4dcc29 commit fdf7e1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ RUN set -ex; \
5555
zip; \
5656
pecl install imagick; \
5757
docker-php-ext-enable --ini-name docker-php-ext-x-01-imagick.ini imagick; \
58+
pecl install grpc; \
59+
docker-php-ext-enable --ini-name docker-php-ext-x-05-imagick.ini imagick; \
5860
ln -sf /dev/stdout /var/log/nginx/access.log; \
5961
ln -sf /dev/stderr /var/log/nginx/error.log; \
6062
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini";

0 commit comments

Comments
 (0)