docker image: install valac

This commit is contained in:
Leonid Pliushch 2019-07-25 18:13:11 +03:00
parent 48854c7796
commit 8c1e1f7d92
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ PACKAGES+=" jq" # Needed by bintray upload script.
PACKAGES+=" lua5.3" # Needed to build luarocks package.
PACKAGES+=" python3-recommonmark" # needed for llvm-8 documentation
PACKAGES+=" llvm-8-tools" # so we don't build llvm for build
PACKAGES+=" valac" # for ccnet
PACKAGES+=" openssl" # Needed by swi-prolog
PACKAGES+=" libssl-dev:i386" # Needed by swi-prolog 32-bit
PACKAGES+=" zlib1g-dev:i386"