feat(arch): add libtool
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-11-06 03:09:06 +01:00
parent 8aea5f03c5
commit ef5a58c0cf

View File

@ -5,7 +5,7 @@ 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 \
base-devel meson cmake autoconf autoconf-archive libtool \
musl \
python3 python-pip \
gtest \