Skip to content

Commit

Permalink
Set Python310 as default in container
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 7, 2023
1 parent a773e9a commit cfd38b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ RUN \
&& \
echo "installed apt packages"

# Set Python 3.10 as the default version of Python 3
RUN \
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 \
&& \
update-alternatives --set python3 /usr/bin/python3.10

RUN \
echo $' \n\
XVFB=/usr/bin/Xvfb \n\
Expand Down

0 comments on commit cfd38b1

Please sign in to comment.