Ravi Trimurthulu
Results
1
comments of
Ravi Trimurthulu
Use this in dockerfile , it was installed and worked fine. ``` FROM mcr.microsoft.com/dotnet/core/runtime:3.0 AS runtime RUN apt-get update -y RUN apt-get install -y librdkafka-dev ``` If you have any...