fix(dockerfile): needs dev pkg for compliing system librdkafka (#38192)

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nick Best
2025-09-16 12:14:25 -07:00
committed by GitHub
parent 159286db6e
commit e6922fd60b

View File

@@ -67,6 +67,8 @@ RUN apt-get update && \
"gcc" \
"python3" \
"librdkafka1=2.10.1-1.cflt~deb12" \
"librdkafka++1=2.10.1-1.cflt~deb12" \
"librdkafka-dev=2.10.1-1.cflt~deb12" \
"libssl-dev=3.0.17-1~deb12u2" \
"libssl3=3.0.17-1~deb12u2" \
"zlib1g-dev" \