Add LLVM tools to Docker images

This commit is contained in:
Alexey Milovidov 2020-04-30 15:10:32 +03:00
parent 15e8f37839
commit ee81e5fef7
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RUN apt-get update -y \
python-termcolor \ python-termcolor \
sudo \ sudo \
tzdata \ tzdata \
llvm-10 \
clang-10 \ clang-10 \
clang-tidy-10 \ clang-tidy-10 \
lld-10 \ lld-10 \

View File

@ -26,6 +26,7 @@ RUN apt-get update -y \
curl \ curl \
gcc-9 \ gcc-9 \
g++-9 \ g++-9 \
llvm-10 \
clang-10 \ clang-10 \
lld-10 \ lld-10 \
clang-tidy-10 \ clang-tidy-10 \

View File

@ -23,6 +23,7 @@ RUN apt-get --allow-unauthenticated update -y \
apt-get --allow-unauthenticated install --yes --no-install-recommends \ apt-get --allow-unauthenticated install --yes --no-install-recommends \
gcc-9 \ gcc-9 \
g++-9 \ g++-9 \
llvm-10 \
clang-10 \ clang-10 \
lld-10 \ lld-10 \
clang-tidy-10 \ clang-tidy-10 \