We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6515b3 commit 4e05e17Copy full SHA for 4e05e17
docker/kafka/Dockerfile
@@ -16,7 +16,7 @@ RUN wget -q $kafka_distro_base_url/$kafka_version/$kafka_distro_asc
16
RUN wget -q $kafka_distro_base_url/KEYS
17
18
RUN gpg --import KEYS
19
-# RUN gpg --verify $kafka_distro_asc $kafka_distro
+RUN gpg --verify $kafka_distro_asc $kafka_distro
20
21
RUN tar -xzf $kafka_distro
22
RUN rm -r kafka_$scala_version-$kafka_version/bin/windows
0 commit comments