From 1017c8c44fd2757db5f90aee9bff69710dae66e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Revillard?= Date: Mon, 2 May 2022 11:14:30 +0200 Subject: [PATCH] Install cyrus-sasl-gssapi to make SASL_SSL working --- kcat/Dockerfile.ubi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcat/Dockerfile.ubi8 b/kcat/Dockerfile.ubi8 index 2b69e2134..55f6baa1e 100644 --- a/kcat/Dockerfile.ubi8 +++ b/kcat/Dockerfile.ubi8 @@ -61,7 +61,7 @@ RUN ln -s /usr/local/bin/kcat /usr/local/bin/kafkacat \ && echo "Installing runtime dependencies for SSL and SASL support ...." \ && microdnf install dnf \ && dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \ - && dnf install -y ca-certificates \ + && dnf install -y ca-certificates cyrus-sasl-gssapi \ && echo "===> clean up ..." \ && dnf clean all \ && rm -rf /tmp/*