Make installable on Ubuntu Jammy

- Move to python3.10
- Move to ruby3.0
This commit is contained in:
Andrew Hamilton 2022-04-23 17:36:22 +10:00
parent 8aa9c1ed9f
commit e01e2351b2
26 changed files with 50 additions and 50 deletions

View file

@ -3,8 +3,8 @@ FROM ubuntu:impish
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
RUN apt-get install -y sudo python3.9 python3-pip
RUN python3.9 -m pip install --upgrade pip
RUN apt-get install -y sudo python3.10 python3-pip
RUN python3.10 -m pip install --upgrade pip
COPY . eris
RUN cd eris && ./install