diff --git a/arch-builder/Dockerfile b/arch-builder/Dockerfile index 7eb0f35..beac534 100644 --- a/arch-builder/Dockerfile +++ b/arch-builder/Dockerfile @@ -71,6 +71,8 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \ python-sphinx \ python-yaml \ openssh \ + rust \ + rust-src \ rust-bindgen \ texlive-latexextra USER luser