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

View File

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