2021-11-06 00:48:08 +00:00
|
|
|
FROM archlinux:base-devel
|
|
|
|
|
2021-11-06 01:33:53 +00:00
|
|
|
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
|
|
|
|
|
2021-11-06 00:48:08 +00:00
|
|
|
RUN pacman -Syy
|
|
|
|
|
|
|
|
RUN pacman -Sy --noconfirm gcc clang \
|
2021-11-06 02:09:06 +00:00
|
|
|
base-devel meson cmake autoconf autoconf-archive libtool \
|
2021-11-06 00:48:08 +00:00
|
|
|
musl \
|
2021-11-06 01:01:41 +00:00
|
|
|
python3 python-pip \
|
|
|
|
gtest \
|
|
|
|
libev \
|
|
|
|
boost \
|
|
|
|
openssl \
|
|
|
|
llvm \
|
2021-11-06 01:33:53 +00:00
|
|
|
grub libisoburn arch-install-scripts mtools \
|
2021-11-06 01:01:41 +00:00
|
|
|
&& pacman -Scc --noconfirm
|