aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile
blob: 423c52cb9473ddf5f6684491429e741096d2fb32 (plain)
1
2
3
4
5
6
7
FROM python:3.6-bullseye

# Install kafka
RUN pip install kafka-python

# The code is stored here
WORKDIR /usr/src/app