FROM python:3.6-alpine3.7 ADD ["src", "requirements.txt", "/app/"] WORKDIR /app RUN pip install -r requirements.txt --no-cache-dir