We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf1146 commit 480eef5Copy full SHA for 480eef5
docker/Dockerfile
@@ -26,9 +26,7 @@ RUN set -x && \
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 install gearman
32
33
## librdkafka
34
RUN set -x && \
0 commit comments