Skip to content

Commit

Permalink
docker: added python3-full
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 12, 2023
1 parent 22c27ee commit 0f73159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/rtx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN <<EOT
set -euxo pipefail

apt-get update && apt-get install -y \
jq \
jq \
python3-full \
python3-pip
rm -rf /var/lib/apt/lists/* && apt-get clean

Expand Down

0 comments on commit 0f73159

Please sign in to comment.