Added PIP3

This commit is contained in:
Varun 2020-10-16 20:04:44 +05:30
parent b503d3e0f2
commit dbf6c103bc
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -6,6 +6,8 @@ RUN apk add git
RUN apk add python3
RUN apk add py3-pip
RUN pip3 install PyGithub
COPY entrypoint.sh /entrypoint.sh