FROM archlinux RUN pacman -Syu git base-devel deno --noconfirm WORKDIR /workspace ENTRYPOINT ["/bin/bash"]