feat(layout): add pugixml dependency to dockerfiles

This commit is contained in:
Thomas Plaçais
2020-04-10 15:45:29 +02:00
parent 7c4ea39774
commit ac3126b6cf
5 changed files with 5 additions and 5 deletions

View File

@ -3,4 +3,4 @@
FROM archlinux/base:latest
RUN pacman -Syu --noconfirm && \
pacman -S git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp scdoc --noconfirm
pacman -S git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp pugixml scdoc --noconfirm