anthem/.ci/Dockerfile-arch-latest

7 lines
113 B
Plaintext

FROM archimg/base-devel:latest
RUN pacman -Sy
RUN pacman -S --noconfirm boost cmake git ninja re2c
VOLUME /app