Skip to content

Commit 4e05e17

Browse files
committed
Patch
1 parent d6515b3 commit 4e05e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kafka/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN wget -q $kafka_distro_base_url/$kafka_version/$kafka_distro_asc
1616
RUN wget -q $kafka_distro_base_url/KEYS
1717

1818
RUN gpg --import KEYS
19-
# RUN gpg --verify $kafka_distro_asc $kafka_distro
19+
RUN gpg --verify $kafka_distro_asc $kafka_distro
2020

2121
RUN tar -xzf $kafka_distro
2222
RUN rm -r kafka_$scala_version-$kafka_version/bin/windows

0 commit comments

Comments
 (0)