Cockatrice/.ci/Arch/Dockerfile
2026-05-16 16:11:26 +02:00

17 lines
340 B
Docker

from archlinux:latest
RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
ccache \
cmake \
gcc \
git \
gtest \
ninja \
protobuf \
qt6-imageformats \
qt6-multimedia \
qt6-svg \
qt6-tools \
qt6-translations \
qt6-websockets \
&& pacman --sync --clean --clean --noconfirm