Added Python3

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

View file

@ -2,7 +2,9 @@ FROM alpine:latest
RUN apk add git
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
#RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
RUN apk add python3
RUN pip3 install PyGithub