docker image: install python3.9

This commit is contained in:
Leonid Pliushch 2020-10-08 17:49:24 +03:00
parent 19076488bc
commit 28768b205e
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ PACKAGES+=" xmlto"
# Needed by python modules (e.g. asciinema) and some build systems.
PACKAGES+=" python3.7"
PACKAGES+=" python3.8"
PACKAGES+=" python3.9"
PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"