diff --git a/arch/Dockerfile b/arch/Dockerfile index fce8adb..2579a6b 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -14,4 +14,8 @@ RUN pacman -Sy --noconfirm gcc clang \ openssl \ llvm \ grub libisoburn arch-install-scripts mtools \ + nasm \ + rustup \ && pacman -Scc --noconfirm + +RUN rustup override add nightly