FROM python:3 WORKDIR /app COPY ./plot.py . RUN pip install matplotlib==3.2.1