mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 11:11:24 +01:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user