Browse Source

docker image: sync setup-ubuntu.sh with master branch

android-5
Leonid Plyushch 6 years ago
committed by Fredrik Fornwall
parent
commit
cb88166c87
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -16,6 +16,7 @@ PACKAGES+=" git" # Used by the neovim build.
PACKAGES+=" gperf" # Used by the fontconfig build.
PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc build.
PACKAGES+=" libdbus-1-dev" # Used by dbus-glib build.
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.

Loading…
Cancel
Save