URL: http://github.com/php-enqueue/enqueue-dev/commit/4f8e1ca4b70558c0a5a984c6e5bfcba640321b83
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 a98f7e7 commit 4f8e1caCopy full SHA for 4f8e1ca
1 file changed
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