Skip to content

Commit

Permalink
Merge pull request #1103 from nick-zh/adjust-librdkafka-docker
Browse files Browse the repository at this point in the history
use supported librdkafka version of ext
  • Loading branch information
makasim authored Oct 6, 2020
2 parents dec04ce + 916c57e commit ef76e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -x && \
mkdir -p $HOME/librdkafka && \
cd $HOME/librdkafka && \
git clone https://github.com/edenhill/librdkafka.git . && \
git checkout v0.11.1 && \
git checkout v0.11.6 && \
./configure && make && make install && \
pecl install rdkafka && \
echo "extension=rdkafka.so" > /etc/php/7.2/cli/conf.d/10-rdkafka.ini && \
Expand Down

0 comments on commit ef76e88

Please sign in to comment.