servatrice/.ci/ArchLinux/Dockerfile
2020-03-20 15:32:12 -04:00

14 lines
330 B
Docker

from archlinux:latest
RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
base-devel \
ccache \
cmake \
git \
protobuf \
qt5-base \
qt5-multimedia \
qt5-svg \
qt5-tools \
qt5-websockets \
&& pacman --sync --clean --clean --noconfirm