From 7746025839238a537e9f98f3f5ef84925694a387 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 19 May 2020 21:32:23 +0300 Subject: [PATCH] docker image: install setuptools for python2 Needed by python2-xlib. --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 4d7f445f6..ea4f5e4f3 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -143,6 +143,7 @@ PACKAGES+=" gtk-3-examples" PACKAGES+=" gtk-doc-tools" PACKAGES+=" itstool" PACKAGES+=" libgdk-pixbuf2.0-dev" +PACKAGES+=" python-setuptools" PACKAGES+=" python3-xcbgen" PACKAGES+=" texlive-extra-utils" PACKAGES+=" xfonts-utils"