docker image: Install clang-12 and friends

This commit is contained in:
Tee KOBAYASHI 2022-01-29 21:21:06 +09:00 committed by xtkoba
parent a673f73315
commit 907319a383
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ PACKAGES+=" composer"
# Needed by package rust.
PACKAGES+=" libssl-dev" # Needed to build Rust
PACKAGES+=" llvm-12-dev"
PACKAGES+=" llvm-12-tools"
PACKAGES+=" clang-12"
# Formerly needed by package rust. Not sure if needed by other packages.
PACKAGES+=" clang-10"
# Needed for package smalltalk.