mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
kafka bugfix
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apk add --no-cache bash
|
|||||||
|
|
||||||
# Install Kafka
|
# Install Kafka
|
||||||
RUN wget -O kafka.tgz http://us.mirrors.quenda.co/apache/kafka/2.1.0/kafka_2.11-2.1.0.tgz && \
|
RUN wget -O kafka.tgz http://us.mirrors.quenda.co/apache/kafka/2.1.0/kafka_2.11-2.1.0.tgz && \
|
||||||
tar -xzf kafka.taz -C /usr/local/ && rm kafka.tgz
|
tar -xzf kafka.tgz -C /usr/local/ && rm kafka.tgz
|
||||||
|
|
||||||
RUN ln -s /usr/local/kafka_2.11-2.1.0 /usr/local/kafka
|
RUN ln -s /usr/local/kafka_2.11-2.1.0 /usr/local/kafka
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user