Browse Source

docker image: install 'clang-9'

master
Leonid Plyushch 5 years ago
parent
commit
83385be03d
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 3
      scripts/setup-ubuntu.sh

3
scripts/setup-ubuntu.sh

@ -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"

Loading…
Cancel
Save