Skip to content

Commit

Permalink
fix #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Jul 9, 2016
1 parent efcc769 commit e98883b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN apt-get update && \
wget -q http://apache.mirrors.spacedump.net/kafka/"$KAFKA_VERSION"/kafka_"$SCALA_VERSION"-"$KAFKA_VERSION".tgz -O /tmp/kafka_"$SCALA_VERSION"-"$KAFKA_VERSION".tgz && \
tar xfz /tmp/kafka_"$SCALA_VERSION"-"$KAFKA_VERSION".tgz -C /opt && \
rm /tmp/kafka_"$SCALA_VERSION"-"$KAFKA_VERSION".tgz
RUN rm /opt/kafka_2.11-0.10.0.0/libs/snappy-java-1.1.2.4.jar
RUN wget -q http://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.2.6/snappy-java-1.1.2.6.jar -O /opt/kafka_2.11-0.10.0.0/libs/snappy-java-1.1.2.6.jar

ADD scripts/start-kafka.sh /usr/bin/start-kafka.sh

Expand Down

0 comments on commit e98883b

Please sign in to comment.