chore: install lld in CI image and remove musl (#1024)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Raphael Taylor-Davies 2021-03-19 17:38:45 +00:00 committed by GitHub
parent 7f9bb1dbc2
commit a19c1cd3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ RUN apt-get update \
&& apt-get install -y \
git locales sudo openssh-client ca-certificates tar gzip parallel \
unzip zip bzip2 gnupg curl make pkg-config libssl-dev \
musl musl-dev musl-tools clang llvm \
jq \
jq clang lld \
--no-install-recommends \
&& apt-get clean autoclean \
&& apt-get autoremove --yes \