update build dockerfiles (#4732)

This commit is contained in:
ebbit1q 2023-01-23 18:14:35 -05:00 committed by GitHub
parent 43dbb45cc6
commit 06c25301a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 24 deletions

14
.ci/Fedora37/Dockerfile Normal file
View file

@ -0,0 +1,14 @@
FROM fedora:37
RUN dnf install -y \
ccache \
cmake \
gcc-c++ \
git \
mariadb-devel \
protobuf-devel \
qt6-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
rpm-build \
xz-devel \
zlib-devel \
&& dnf clean all