docker image: Install clang-12 and friends
This commit is contained in:
parent
a673f73315
commit
907319a383
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user