docker image: install libdbus-1-dev

Required by host-build if dbus-glib.
https://github.com/termux/termux-packages/pull/4046.
This commit is contained in:
Leonid Pliushch 2019-07-13 17:08:57 +03:00
parent 97dabbe988
commit cc06bee73e
1 changed files with 1 additions and 0 deletions

View File

@ -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.