From aac6d966a61eddb5c18e1ba6b4d2941b9d70a0b3 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Sun, 1 Dec 2019 22:49:47 +0200 Subject: [PATCH] docker image: install libltdl-dev and libsigsegv-dev --- scripts/setup-ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index b24afe5ed..6cf97350e 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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"