Browse Source

docker image: install setuptools for python2

Needed by python2-xlib.
master
Leonid Pliushch 4 years ago
parent
commit
cb7f679393
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-ubuntu.sh

1
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"

Loading…
Cancel
Save