FROM strimzi/kafka-base:latest

# copy scripts for starting Kafka
COPY ./scripts/ $KAFKA_HOME

USER 1001

