Using the image php:7.0-fpm-alpine
I've already tried using RUN pecl install grpc and it takes about 4 minutes before failing with an 'unknown' error message. I've tried building from source per their own instructions and it complains that the grpc environment needs to be reinstalled. I can't even find a pre-built version of the extension in anything but a Windows environment.
Is there anything I can do to get this extension to install? This is a hard requirement and I've already been stuck on it nearly all day.
source https://stackoverflow.com/questions/68135992/installing-grpc-extension-for-php-in-docker
Comments
Post a Comment