packaging: Bring dependencies up to date
- python 3.10 -> 3.11
This commit is contained in:
parent
9fde870c37
commit
4001692b52
25 changed files with 48 additions and 48 deletions
|
|
@ -3,8 +3,8 @@ FROM ubuntu:kinetic
|
|||
|
||||
RUN apt-get update
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
||||
RUN apt-get install -y sudo python3.10 python3-pip
|
||||
RUN python3.10 -m pip install --upgrade pip
|
||||
RUN apt-get install -y sudo python3.11 python3-pip
|
||||
RUN python3.11 -m pip install --upgrade pip
|
||||
COPY . eris
|
||||
RUN cd eris && ./install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue