URL: http://github.com/php-enqueue/enqueue-dev/commit/480eef5f132ab4c47d75f82d37982c2188df5a72
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 ddf1146 commit 480eef5Copy full SHA for 480eef5
1 file changed
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