Browse Source

docker image: install libc-ares-dev and libicu-dev

Needed by host-build part of nodejs v12.6.0+
emacs-27
Leonid Plyushch 5 years ago
parent
commit
0833dc940e
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      scripts/setup-ubuntu.sh

2
scripts/setup-ubuntu.sh

@ -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…
Cancel
Save