I wrote the Dockerfile like this
FROM python:3.6-slim COPY requirements.txt /b/requirements.txt RUN pip install -r /b/requirements.txt RUN apt-get update RUN