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