Make installable on Ubuntu Jammy
- Move to python3.10 - Move to ruby3.0
This commit is contained in:
parent
8aa9c1ed9f
commit
e01e2351b2
26 changed files with 50 additions and 50 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue