Skip to content

Commit 98daae7

Browse files
committed
Fixed bug in Dockerfile
KAFKA_HOME pointed to the wrong folder
1 parent 84620a7 commit 98daae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sou
66
RUN wget -q http://mirror.gopotato.co.uk/apache/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz -O /tmp/kafka_2.8.0-0.8.1.1.tgz
77
RUN tar xfz /tmp/kafka_2.8.0-0.8.1.1.tgz -C /opt
88

9-
ENV KAFKA_HOME /opt/kafka_2.8.0-0.8.1
9+
ENV KAFKA_HOME /opt/kafka_2.8.0-0.8.1.1
1010
ADD start-kafka.sh /usr/bin/start-kafka.sh
1111
CMD start-kafka.sh

0 commit comments

Comments
 (0)