pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/php-enqueue/enqueue-dev/commit/f67ec8aa21b4e32bb098d540667289aa372bbf22

Fix curl, conditionally install gearman · php-enqueue/enqueue-dev@f67ec8a · GitHub
Skip to content

Commit f67ec8a

Browse files
committed
Fix curl, conditionally install gearman
1 parent 480eef5 commit f67ec8a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ RUN set -x && \
2121
php${PHP_VERSION}-amqp \
2222
php${PHP_VERSION}-xml \
2323
php${PHP_VERSION}-mysql \
24+
php${PHP_VERSION}-curl \
2425
libgearman-dev \
2526
php-pear \
2627
make \
2728
&& \
2829
pecl channel-update pecl.php.net && \
29-
pecl install gearman
30+
pecl install gearman && \
31+
if [ ! -f /etc/php/${PHP_VERSION}/cli/conf.d/10-gearman.ini ]; then \
32+
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/cli/conf.d/10-gearman.ini && \
33+
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/fpm/conf.d/10-gearman.ini \
34+
; \
35+
fi;
3036

3137
## librdkafka
3238
RUN set -x && \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy