Fix building librdkafka from source in Docker

Change-Id: If7f6eb1d8fc3dd12fdb57e5cd9554f554bd9b958
This commit is contained in:
Dobroslaw Zybort 2019-08-21 15:11:22 +02:00
parent e9efa3be0e
commit dd4b19ad46
1 changed files with 3 additions and 3 deletions

View File

@ -74,13 +74,13 @@ ONBUILD RUN \
g++ \
git \
libffi-dev \
libressl-dev \
openssl-dev \
libxml2-dev \
libxslt-dev \
linux-headers \
make && \
# We need librdkafka at least v1.0.0 so take it from edge.
# It will be default in Apline 3.10.
# For librdkafka bigger than v1.0.0 we need newer versions of some
# libraries.
apk add --no-cache --virtual .build-librdkafka \
libressl2.7-libcrypto \
libressl2.7-libssl \