docker image: install python 3.10

This commit is contained in:
Lucy Phipps 2021-10-05 11:58:13 +01:00
parent 1ecb2e554a
commit b4b985718b
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE

View File

@ -59,6 +59,7 @@ PACKAGES+=" xmltoman"
PACKAGES+=" python3.7"
PACKAGES+=" python3.8"
PACKAGES+=" python3.9"
PACKAGES+=" python3.10"
PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"