Docker: Use python 3.12
Ubuntu 24.04 ships with 3.12 by default. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
09ddfa8ffb
commit
f70eb11db3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
build-essential \
|
||||
curl \
|
||||
ca-certificates \
|
||||
python3.11 \
|
||||
python3.12 \
|
||||
python3-pip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue