Skip to content

Commit 480eef5

Browse files
committed
Fix gearman?
1 parent ddf1146 commit 480eef5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: docker/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ RUN set -x && \
2626
make \
2727
&& \
2828
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
29+
pecl install gearman
3230

3331
## librdkafka
3432
RUN set -x && \

0 commit comments

Comments
 (0)