summary refs log tree commit diff stats
path: root/tests/docker/dockerfiles/python.docker
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docker/dockerfiles/python.docker')
-rw-r--r--tests/docker/dockerfiles/python.docker6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker
index 383ccbdc3a..a3c1321190 100644
--- a/tests/docker/dockerfiles/python.docker
+++ b/tests/docker/dockerfiles/python.docker
@@ -11,7 +11,11 @@ ENV PACKAGES \
     python3-pip \
     python3-tox \
     python3-virtualenv \
-    python3.10
+    python3.10 \
+    python3.11 \
+    python3.12 \
+    python3.8 \
+    python3.9
 
 RUN dnf install -y $PACKAGES
 RUN rpm -q $PACKAGES | sort > /packages.txt