From 28768b205e570fe1326cc75113335e90f9337e19 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 8 Oct 2020 17:49:24 +0300 Subject: [PATCH] docker image: install python3.9 --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index bfaa90613..0c67b686d 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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"