This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch test_docker
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit f2935f0c2fb533dcc857512f73de8120a0148a7a
Author: Chia-Ping Tsai <[email protected]>
AuthorDate: Mon Jan 12 23:38:20 2026 +0800

    tmp
---
 docker/jvm/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/jvm/Dockerfile b/docker/jvm/Dockerfile
index 1c7c95d4869..cea95f2fc50 100644
--- a/docker/jvm/Dockerfile
+++ b/docker/jvm/Dockerfile
@@ -41,6 +41,7 @@ RUN set -eux ; \
         wget -nv -O KEYS https://downloads.apache.org/kafka/KEYS; \
         gpg --import KEYS; \
         gpg --batch --verify kafka.tgz.asc kafka.tgz; \
+        apk del wget gpg gpg-agent; \
     fi; \
     mkdir opt/kafka; \
     tar xfz kafka.tgz -C opt/kafka --strip-components 1;

Reply via email to