FROM python:3.7

# Install PyGithub and gitpython
RUN pip3 install PyGithub gitpython