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
parent
7f9bb1dbc2
commit
a19c1cd3d6
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue