packaging: Bring dependencies up to date

- python 3.10 -> 3.11
This commit is contained in:
Andrew Hamilton 2023-09-10 21:03:17 +10:00
parent 9fde870c37
commit 4001692b52
25 changed files with 48 additions and 48 deletions

View file

@ -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