FROM python:3.9 # Install faust RUN pip install faust==1.10.4 kafka-python==1.4.7 # The code is stored here WORKDIR /usr/src/app