Files
awesome-widgets/.docker/Dockerfile-arch
T
2020-11-01 00:43:00 +03:00

12 lines
245 B
Plaintext

FROM 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