FROM python:alpine COPY tip.py /tip.py RUN pip install PyGithub --progress-bar off ENTRYPOINT ["/tip.py"]