mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-06-28 06:41:40 +00:00
add docker files, improve dbus interface
This commit is contained in:
11
.docker/Dockerfile-arch
Normal file
11
.docker/Dockerfile-arch
Normal file
@ -0,0 +1,11 @@
|
||||
FROM base/archlinux
|
||||
|
||||
RUN pacman -Sy
|
||||
|
||||
# toolchain
|
||||
RUN pacman -S --noconfirm base-devel cmake extra-cmake-modules python
|
||||
# kf5 and qt5 libraries
|
||||
RUN pacman -S --noconfirm plasma-framework
|
||||
|
||||
# required by tests
|
||||
RUN pacman -S --noconfirm xorg-server-xvfb
|
Reference in New Issue
Block a user