Any Rust devs that knows how to build a Dockerfile for a rust program that needs protoc binary for compilation?
cc: #[0] #[1]
Any Rust devs that knows how to build a Dockerfile for a rust program that needs protoc binary for compilation?
cc: #[0] #[1]
Doesn't the nostr-rs-relay really doctor file have it? Or is it something other then the protobuf compiler?
Just need protoc to be available when I’m compiling a rust binary, working on a grpc server to filter spam on my relay.
But yeah, looks like nostr-rs-relay does actually have it. I skimmed over that file earlier but apparently I overlooked it.