FROM archlinux:latest # Update base RUN pacman -Syu --noconfirm # Install needed dependencies RUN pacman -S go --noconfirm RUN pacman -S hugo --noconfirm RUN pacman -S asciidoctor --noconfirm RUN pacman -S ruby-rouge --noconfirm RUN pacman -S npm --noconfirm RUN pacman -S git --noconfirm