7 lines
173 B
Docker
7 lines
173 B
Docker
# vim: ft=Dockerfile
|
|
|
|
FROM archlinux:latest
|
|
|
|
RUN pacman-key --init
|
|
RUN pacman -Sy --noconfirm meson gtk3 gobject-introspection vala json-glib libhandy gtk-layer-shell scdoc
|