Replies: 1 comment
-
Hi, try this: RUN apt-get update && \
apt-get install pkg-config make cmake build-essential libc6-dev libssl-dev --no-install-recommends && rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl-vendored"] } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I build my application for SSL and SASL support
My apps
Cargo.toml
hasDockerfile
Currently, when running my container I'm hitting
Beta Was this translation helpful? Give feedback.
All reactions