
FROM python:2.7.18-slim-buster
COPY ./ /app/scripts
RUN pip install -r /app/scripts/requirements.txt
