turbo-ci/arch/Dockerfile

9 lines
170 B
Docker
Raw Normal View History

FROM archlinux:base-devel
RUN pacman -Syy
RUN pacman -Sy --noconfirm gcc clang \
base-devel meson cmake autoconf autoconf-archive \
musl \
llvm