mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
add fedora 38, scheduled to release next week (#4785)
This commit is contained in:
parent
45a5296013
commit
f269e5fe58
3 changed files with 18 additions and 0 deletions
14
.ci/Fedora38/Dockerfile
Normal file
14
.ci/Fedora38/Dockerfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
FROM fedora:38
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue