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"] } |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How do I build my application for SSL and SASL support
My apps
Cargo.tomlhasDockerfile
Currently, when running my container I'm hitting
All reactions