Browse Source

docker image: install libltdl-dev and libsigsegv-dev

emacs-27
Leonid Plyushch 5 years ago
parent
commit
aac6d966a6
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      scripts/setup-ubuntu.sh

2
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+=" 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+=" libicu-dev" # Used by host build part of nodejs v12.6.0+.
PACKAGES+=" libtool-bin" PACKAGES+=" libtool-bin"
PACKAGES+=" libltdl-dev"
PACKAGES+=" libsigsegv-dev"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part. PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip" PACKAGES+=" lzip"
PACKAGES+=" python3.7" PACKAGES+=" python3.7"

Loading…
Cancel
Save