Create Fedora 42 Dockerfile

This commit is contained in:
SlightlyCircuitous 2025-04-29 12:37:40 -04:00 committed by GitHub
parent fc40fea97a
commit b9d64eb447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
.ci/Fedora42/Dockerfile Normal file
View file

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