Skip to content

Commit d58ed0a

Browse files
committed
Add libcurl4-openssl-dev dependency to build Kafka ingress with OIDC enabled
The Kafka ingress requires the libcurl4-openssl-dev dependency to be built, because when linking against a static curl library, the OIDC won't be enabled (probably a bug in librdkafka).
1 parent ca42d53 commit d58ed0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN cargo search --limit=1 && \
1111
g++-aarch64-linux-gnu \
1212
protobuf-compiler \
1313
libprotoc-dev \
14+
libcurl4-openssl-dev \
1415
clang \
1516
cmake \
1617
llvm \

0 commit comments

Comments
 (0)