From 94b41f49a7be4a894f61723ce0d20c40d4e6ad7f Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Sun, 17 Nov 2019 21:26:50 +0200 Subject: [PATCH] docker image: install python3.8 --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 4252b0674..1c6d84629 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -31,6 +31,7 @@ PACKAGES+=" unzip" PACKAGES+=" m4" PACKAGES+=" pandoc" # For manpage generation for uftrace package. PACKAGES+=" pkg-config" +PACKAGES+=" python3.8" PACKAGES+=" python3-docutils" # For rst2man, used by mpv. PACKAGES+=" python3-setuptools" # Needed by at least asciinema. PACKAGES+=" python3-sphinx" # Needed by notmuch man page generation.