mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Create Fedora 42 Dockerfile
This commit is contained in:
parent
fc40fea97a
commit
b9d64eb447
1 changed files with 15 additions and 0 deletions
15
.ci/Fedora42/Dockerfile
Normal file
15
.ci/Fedora42/Dockerfile
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue