rust-rdkafka
rust-rdkafka copied to clipboard
libz missing when using with distroless
On distroless it gives me
/app/executable: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
Is there a compile feature flag I could use to fix it?
Try adding the features = ["libz-static"] flag