Skip to content

Commit 7a8b0f1

Browse files
Update Dockerfile
1 parent 2850978 commit 7a8b0f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ RUN curl -s "https://get.sdkman.io" | bash
44
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
55
SHELL ["/bin/bash", "-c"]
66
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
7+
RUN wget https://archive.apache.org/dist/kafka/2.7.0/kafka_2.13-2.7.0.tgz
8+
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

Comments
 (0)