FROM archlinux RUN pacman -Syu --noconfirm RUN pacman -S make clang git pkg-config --noconfirm WORKDIR /workspace ENTRYPOINT ["/bin/bash"]