ci: install lld to docker images (#31645)

ci: install lld to docker image
This commit is contained in:
Yihau Chen 2023-05-15 19:34:14 +08:00 committed by GitHub
parent 3e8f5bad81
commit 98bef5c3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN set -x \
sudo \
golang \
unzip \
lld \
\
&& apt remove -y libcurl4-openssl-dev \
&& rm -rf /var/lib/apt/lists/* \