Install 1.54.1 PyGithub Only
This commit is contained in:
parent
1d41977807
commit
92aa89436f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN apk add python3
|
|||
|
||||
RUN apk add py3-pip
|
||||
|
||||
RUN pip3 install PyGithub
|
||||
RUN pip3 install "PyGithub==1.54.1"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue