Fix RDKAFKA module

This commit is contained in:
cytopia
2019-04-19 12:17:58 +02:00
parent b943b30b01
commit 4b21c70b8f
4 changed files with 12 additions and 3 deletions

View File

@@ -341,7 +341,7 @@ RUN set -x \
&& (rm -rf /usr/local/lib/php/doc/redis || true) \
\
# ---- Installing PHP Extension: rdkafka ----
&& pecl install rdkafka \
&& pecl install rdkafka-3.0.5 \
&& docker-php-ext-enable rdkafka \
&& (rm -rf /usr/local/lib/php/test/rdkafka || true) \
&& (rm -rf /usr/local/lib/php/doc/rdkafka || true) \