Add scdoc dependency to Dockerfiles

This commit is contained in:
Michael Aquilina
2019-08-22 17:11:24 +01:00
parent 2e037df045
commit cf72dee60c
5 changed files with 6 additions and 6 deletions

View File

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