Cockatrice/.ci/Arch/Dockerfile
2026-05-16 18:22:44 +02:00

16 lines
419 B
Docker

from archlinux:latest
RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
ccache \
cmake \
gcc \
# gtest Exclude gtest to confirm fallback of downloading source from google repo keeps working
ninja \
protobuf \
qt6-imageformats \
qt6-multimedia \
qt6-svg \
qt6-tools \
qt6-translations \
qt6-websockets \
&& pacman --sync --clean --clean --noconfirm