mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-28 21:31:19 +03:00
a9edf6d360
* Initial man pages * Added meson option and script * Updated Dockerfiles
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
|