Move to python3.8.

This commit is contained in:
Andrew Hamilton 2020-04-24 23:47:12 +10:00
parent c4fc5a8b10
commit 0054c8dfd2
26 changed files with 41 additions and 41 deletions

View file

@ -10,6 +10,6 @@ RUN cd eris && git checkout b696c65f4cec1ae53a3d49352dd1380a6a8f9510
RUN rm -rf eris/.git
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
RUN cd eris && ./install-dependencies
RUN python3.7 -m pip install ./eris
RUN python3.8 -m pip install ./eris
ENTRYPOINT ["eris"]