Create Dockerfile

This commit is contained in:
SlightlyCircuitous 2026-04-28 10:45:39 -04:00 committed by GitHub
parent fb655d7006
commit c93d234cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.ci/Fedora44/Dockerfile Normal file
View file

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