File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,12 @@ RUN set -eux; \
142
142
ln -s /opt/php/bin/phpize /usr/bin/phpize; \
143
143
ln -s /opt/php/bin/php-config /usr/bin/php-config; \
144
144
mkdir -p /opt/php/etc/php/conf.d; \
145
- # printf "\n" | /opt/php/bin/pecl install grpc; \
146
- # echo "extension=grpc.so" > /opt/php/etc/php/conf.d/php-02-grpc.ini; \
147
- # rm -rf /opt/php/bin/pecl /opt/php/bin/pear /opt/php/bin/peardev /opt/php/bin/peclcmd.php /opt/php/bin/pearcmd.php /opt/php/bin/phar /opt/php/bin/phar.phar; \
148
- # find /opt/php -type f -name "peclcmd.php" -delete; \
149
- # find /opt/php -type f -name "pearcmd.php" -delete; \
150
- # find /opt/php -type d -name "pear" -exec rm -rf {} +; \
145
+ printf "\n " | /opt/php/bin/pecl install grpc; \
146
+ echo "extension=grpc.so" > /opt/php/etc/php/conf.d/php-02-grpc.ini; \
147
+ rm -rf /opt/php/bin/pecl /opt/php/bin/pear /opt/php/bin/peardev /opt/php/bin/peclcmd.php /opt/php/bin/pearcmd.php /opt/php/bin/phar /opt/php/bin/phar.phar; \
148
+ find /opt/php -type f -name "peclcmd.php" -delete; \
149
+ find /opt/php -type f -name "pearcmd.php" -delete; \
150
+ find /opt/php -type d -name "pear" -exec rm -rf {} +; \
151
151
apk del .build-php-deps; \
152
152
rm -rf /tmp/php*
153
153
You can’t perform that action at this time.
0 commit comments