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 2850978 commit 7a8b0f1Copy full SHA for 7a8b0f1
Dockerfile
@@ -4,5 +4,7 @@ RUN curl -s "https://get.sdkman.io" | bash
4
RUN curl -L https://github.com/lihaoyi/Ammonite/releases/download/2.2.0/2.13-2.2.0 > /usr/local/bin/amm && chmod +x /usr/local/bin/amm
5
SHELL ["/bin/bash", "-c"]
6
RUN source /root/.sdkman/bin/sdkman-init.sh && sdk install java
7
-RUN wget https://archive.apache.org/dist/kafka/2.6.0/kafka_2.12-2.6.0.tgz
8
-RUN tar xvfz kafka_2.12-2.6.0.tgz
+RUN wget https://archive.apache.org/dist/kafka/2.7.0/kafka_2.13-2.7.0.tgz
+RUN tar xvfz kafka_2.13-2.7.0.tgz
9
+RUN rm kafka_2.13-2.7.0.tgz
10
+RUN echo 'export PATH=$PATH:/kafka_2.13-2.7.0/bin/' >> ~/.bashrc
0 commit comments