mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
FROM archlinux
|
|
|
|
RUN pacman -Sy
|
|
|
|
# toolchain
|
|
RUN echo -e 'y\ny' | pacman -S util-linux-libs
|
|
RUN pacman -S --noconfirm base-devel cmake extra-cmake-modules python util-linux-libs
|
|
# kf5 and qt5 libraries
|
|
RUN pacman -S --noconfirm plasma-framework
|
|
|
|
# required by tests
|
|
RUN pacman -S --noconfirm xorg-server-xvfb
|