Skip to content

Commit d884b14

Browse files
committed
fix: Update solr
1 parent e440ad8 commit d884b14

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Dockerfiles/mods/Dockerfile-8.5

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,15 @@ RUN set -eux \
755755
# Installation: Generic
756756
# Type: PECL extension
757757
# Default: Pecl command
758-
&& pecl install solr \
758+
#&& pecl install solr \
759+
# Type: GIT extension
760+
&& git clone https://github.com/php/pecl-search_engine-solr /tmp/solr \
761+
&& cd /tmp/solr \
762+
# Default: Install command
763+
&& phpize \
764+
&& ./configure \
765+
&& make -j$(getconf _NPROCESSORS_ONLN) \
766+
&& make install \
759767
# Enabling
760768
&& docker-php-ext-enable solr \
761769
&& true

0 commit comments

Comments
 (0)