Skip to content

Commit f71aa5e

Browse files
committed
Include tkinter for the new Pythons, Tk is pulled for the old ones anyway
1 parent e5a0a5b commit f71aa5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ RUN dnf update -y \
1717
python3.8 \
1818
python3.9 \
1919
python3.10-devel \
20+
python3.10-tkinter \
2021
python3.11-devel \
22+
python3.11-tkinter \
2123
python3-pip \
2224
/usr/bin/tox \
2325
/usr/bin/virtualenv \

0 commit comments

Comments
 (0)