docker image: install 'clang-9'

This commit is contained in:
Leonid Pliushch 2020-04-09 18:23:07 +03:00
parent fb6c106c22
commit 36780ba9fa
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ PACKAGES+=" zlib1g-dev:i386"
# So we don't build llvm for build.
PACKAGES+=" llvm-8-tools"
# For swift.
PACKAGES+=" clang-9"
# Needed by gitea.
PACKAGES+=" npm"