turbo-ci/arch/Dockerfile
Julien CLEMENT 5acdf88eab
All checks were successful
continuous-integration/drone/push Build is passing
feat: add maintainer label and K packages
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-11-06 02:33:53 +01:00

18 lines
435 B
Docker

FROM archlinux:base-devel
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
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 \
grub libisoburn arch-install-scripts mtools \
&& pacman -Scc --noconfirm