Julien CLEMENT
58691bf35a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
9 lines
170 B
Docker
9 lines
170 B
Docker
FROM archlinux:base-devel
|
|
|
|
RUN pacman -Syy
|
|
|
|
RUN pacman -Sy --noconfirm gcc clang \
|
|
base-devel meson cmake autoconf autoconf-archive \
|
|
musl \
|
|
llvm
|