added rust and rust-src to kernel builder image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 43m42s

This commit is contained in:
2025-03-25 09:29:17 +08:00
parent ced38a9191
commit fb0d98868c

View File

@@ -71,6 +71,8 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
python-sphinx \ python-sphinx \
python-yaml \ python-yaml \
openssh \ openssh \
rust \
rust-src \
rust-bindgen \ rust-bindgen \
texlive-latexextra texlive-latexextra
USER luser USER luser