docker image: install erlang-nox, itstool, libgdk-pixbuf2.0-dev, xfonts-utils

More tools to build packages in unstable & x11 repositories.
This commit is contained in:
Leonid Pliushch 2020-01-23 16:26:10 +02:00
parent a0731c92aa
commit 872cc15bae
1 changed files with 6 additions and 0 deletions

View File

@ -99,11 +99,17 @@ PACKAGES+=" zlib1g-dev:i386"
# So we don't build llvm for build.
PACKAGES+=" llvm-8-tools"
# Needed by packages in unstable repository.
PACKAGES+=" erlang-nox"
# Needed by packages in X11 repository.
PACKAGES+=" gnome-common"
PACKAGES+=" gobject-introspection"
PACKAGES+=" gtk-3-examples"
PACKAGES+=" gtk-doc-tools"
PACKAGES+=" itstool"
PACKAGES+=" libgdk-pixbuf2.0-dev"
PACKAGES+=" xfonts-utils"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then