Skip to content

Commit

Permalink
Peg python to python3.10 in container, too
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent 93794fc commit 20d16ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 20d16ef

Please sign in to comment.