We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8e1ca commit ddf1146Copy full SHA for ddf1146
docker/Dockerfile
@@ -25,7 +25,10 @@ RUN set -x && \
25
php-pear \
26
make \
27
&& \
28
- pecl channel-update pecl.php.net
+ pecl channel-update pecl.php.net && \
29
+ pecl install gearman && \
30
+ echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/cli/conf.d/10-gearman.ini && \
31
+ echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/fpm/conf.d/10-gearman.ini
32
33
## librdkafka
34
RUN set -x && \
0 commit comments