docker image: install libltdl-dev and libsigsegv-dev

This commit is contained in:
Leonid Pliushch 2019-12-01 22:49:47 +02:00
parent 797861b2c5
commit 21f62c34a2
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build us
PACKAGES+=" libc-ares-dev" # Used by host build part of nodejs v12.6.0+.
PACKAGES+=" libicu-dev" # Used by host build part of nodejs v12.6.0+.
PACKAGES+=" libtool-bin"
PACKAGES+=" libltdl-dev"
PACKAGES+=" libsigsegv-dev"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
PACKAGES+=" python3.7"