librdkafka needs "which" to be installed

This commit is contained in:
DubbleClick 2025-06-01 13:51:05 +07:00
parent febf9b1815
commit da7a125faf

View File

@ -72,6 +72,7 @@ RUN yum update -y && \
yum install -y devtoolset-10-gcc-*
RUN echo "source scl_source enable devtoolset-10" >> /etc/bashrc
RUN source /etc/bashrc
RUN yum install -y which
RUN curl -o cmake.tgz -fsSL https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4-linux-$BASE_ARCH.tar.gz && \
mkdir /cmake && \