update dockerfiles

This commit is contained in:
tooomm 2026-05-16 16:11:26 +02:00
parent 7153f7d4c1
commit 21083742cd
8 changed files with 148 additions and 163 deletions

View file

@ -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