FROM python:3.6-bullseye # Install kafka RUN pip install kafka-python # The code is stored here WORKDIR /usr/src/app