We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8917695 commit 33208daCopy full SHA for 33208da
docker/Dockerfile
@@ -25,10 +25,7 @@ RUN set -x && \
25
php-pear \
26
make \
27
&& \
28
- 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
+ pecl channel-update pecl.php.net
32
33
## librdkafka
34
RUN set -x && \
0 commit comments