FROM python:3.8 WORKDIR /app RUN true \ && pip install dnspython matrix-nio ADD . /app CMD python key.py