docker image: install libc-ares-dev and libicu-dev
Needed by host-build part of nodejs v12.6.0+
This commit is contained in:
parent
a9a88bdc9f
commit
eb444b2d01
@ -19,6 +19,8 @@ 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+=" 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+=" libncurses5-dev" # Used by mariadb for host build part.
|
||||
PACKAGES+=" lzip"
|
||||
|
Loading…
Reference in New Issue
Block a user