Julien CLEMENT
d53a4a46f3
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
15 lines
302 B
Docker
15 lines
302 B
Docker
FROM archlinux:base-devel
|
|
|
|
RUN pacman -Syy
|
|
|
|
RUN pacman -Sy --noconfirm gcc clang \
|
|
base-devel meson cmake autoconf autoconf-archive \
|
|
musl \
|
|
python3 python-pip \
|
|
gtest \
|
|
libev \
|
|
boost \
|
|
openssl \
|
|
llvm \
|
|
&& pacman -Scc --noconfirm
|