2019-09-02 17:07:49 +00:00
|
|
|
# vim: ft=Dockerfile
|
|
|
|
|
2018-11-09 14:19:17 +00:00
|
|
|
FROM archlinux/base:latest
|
|
|
|
|
|
|
|
RUN pacman -Syu --noconfirm && \
|
2020-04-19 17:52:03 +00:00
|
|
|
pacman -S git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp pugixml scdoc libpulse libdbusmenu-gtk3 libmpdclient --noconfirm
|