Added Python3
This commit is contained in:
parent
fb8e8f7c2c
commit
b503d3e0f2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue