FROM archlinux:base-devel
RUN pacman -Suyy --noconfirm\
rustup podman
RUN rustup toolchain install stable
CMD [ "bash" ]