Skip to content

Commit

Permalink
docker: use rtx-provided python instead of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 12, 2023
1 parent afacb21 commit 904e458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rtx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apt-get update && apt-get install -y \
python3-pip
rm -rf /var/lib/apt/lists/* && apt-get clean

ln -s ./python3 /usr/bin/python
rtx use -g python@latest

rtx -v
EOT
Expand Down

0 comments on commit 904e458

Please sign in to comment.