release: Move to python3.9
This commit is contained in:
parent
2b0fd6b724
commit
5d553a6542
25 changed files with 40 additions and 40 deletions
|
|
@ -10,6 +10,6 @@ RUN cd eris && git checkout afa6870484e50ad4ba7b8d662c4ed708c29a759b
|
|||
RUN rm -rf eris/.git
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
|
||||
RUN cd eris && ./install-dependencies
|
||||
RUN python3.8 -m pip install ./eris
|
||||
RUN python3.9 -m pip install ./eris
|
||||
|
||||
ENTRYPOINT ["eris"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue