Skip to content

Commit

Permalink
Use python3.12 by default on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Oct 23, 2024
1 parent afc55d6 commit 3281d35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/Debian
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Signed-By: /etc/apt/keyrings/deb-pascalroeleven.gpg" \
RUN apt-get update \
&& apt-get -y install python3.12 python3.12-dev python3.12-venv

# Use Python 3.12 when calling python3
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 2

# Fix potential UTF-8 errors with ansible-test.
RUN locale-gen en_US.UTF-8

Expand Down

0 comments on commit 3281d35

Please sign in to comment.