turbo-ci/arch/Dockerfile
Julien CLEMENT d53a4a46f3
All checks were successful
continuous-integration/drone/push Build is passing
feat: add readme and python packages in arch image
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-11-06 02:01:41 +01:00

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