Browse Source

docker image: install zip

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

1
scripts/setup-ubuntu.sh

@ -51,6 +51,7 @@ PACKAGES+=" python3-recommonmark" # needed for llvm-8 documentation
PACKAGES+=" llvm-8-tools" # so we don't build llvm for build PACKAGES+=" llvm-8-tools" # so we don't build llvm for build
PACKAGES+=" valac" # for ccnet PACKAGES+=" valac" # for ccnet
PACKAGES+=" openssl" # Needed by swi-prolog PACKAGES+=" openssl" # Needed by swi-prolog
PACKAGES+=" zip" # For smalltalk.
PACKAGES+=" libssl-dev:i386" # Needed by swi-prolog 32-bit PACKAGES+=" libssl-dev:i386" # Needed by swi-prolog 32-bit
PACKAGES+=" zlib1g-dev:i386" PACKAGES+=" zlib1g-dev:i386"

Loading…
Cancel
Save