pacstrap

Arch Linux install script to install packages to the specified new root directory. More information: <https://man.archlinux.org/man/pacstrap.8>.

Debian Debian
RUN apt-get update && \ apt-get install -y arch-install-scripts
Ubuntu
RUN apt-get update && \ apt-get install -y arch-install-scripts
Alpine
RUN apk add arch-install-scripts
Arch Arch Linux
RUN pacman -S --noconfirm arch-install-scripts
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y arch-install-scripts
Fedora
RUN dnf install -y arch-install-scripts
click the source code to copy install pacstrap on any operating system with command-not-found.com