ARG BASE

FROM $BASE
ADD  dl.wodcloud.com/lyl/kafka_2.12-3.2.0.tar  /opt/
WORKDIR /opt/kafka_2.12-3.2.0/bin
CMD exec   /opt/kafka_2.12-3.2.0/bin/kafka-server-start.sh  /opt/kafka_2.12-3.2.0/config/server.properties
