mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
update dockerfiles
This commit is contained in:
parent
7153f7d4c1
commit
21083742cd
8 changed files with 148 additions and 163 deletions
|
|
@ -1,19 +1,17 @@
|
|||
from archlinux:latest
|
||||
|
||||
RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
|
||||
base-devel \
|
||||
ccache \
|
||||
cmake \
|
||||
git \
|
||||
gtest \
|
||||
mariadb-libs \
|
||||
ninja \
|
||||
protobuf \
|
||||
qt6-base \
|
||||
qt6-imageformats \
|
||||
qt6-multimedia \
|
||||
qt6-svg \
|
||||
qt6-tools \
|
||||
qt6-translations \
|
||||
qt6-websockets \
|
||||
ccache \
|
||||
cmake \
|
||||
gcc \
|
||||
git \
|
||||
gtest \
|
||||
ninja \
|
||||
protobuf \
|
||||
qt6-imageformats \
|
||||
qt6-multimedia \
|
||||
qt6-svg \
|
||||
qt6-tools \
|
||||
qt6-translations \
|
||||
qt6-websockets \
|
||||
&& pacman --sync --clean --clean --noconfirm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue