mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
14 lines
330 B
Docker
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
|