From 20d16efed41a4032227b94562a936b2d25e6e3c3 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 7 Dec 2023 19:05:46 -0500 Subject: [PATCH] Peg python to python3.10 in container, too --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f9ec038066..3bafd4b19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,6 +99,8 @@ RUN \ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 \ && \ update-alternatives --set python3 /usr/bin/python3.10 + && \ + update-alternatives --set python /usr/bin/python3.10 RUN \ echo $' \n\