Skip to content

Commit

Permalink
Gearman already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy committed Feb 9, 2021
1 parent 8917695 commit 33208da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ RUN set -x && \
php-pear \
make \
&& \
pecl channel-update pecl.php.net && \
pecl install gearman && \
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/cli/conf.d/10-gearman.ini && \
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/fpm/conf.d/10-gearman.ini
pecl channel-update pecl.php.net

## librdkafka
RUN set -x && \
Expand Down

0 comments on commit 33208da

Please sign in to comment.