mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* Remove Fedora 38 docker image * Add Fedora 40 Dockerfile * Remove Fedora 38, Add Fedora 40 to release template * Remove Fedora 38, add Fedora 40 to desktop-build
15 lines
323 B
Docker
15 lines
323 B
Docker
FROM fedora:40
|
|
|
|
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
|