mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
no docs
This commit is contained in:
parent
9a61947fd2
commit
14304e5036
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
|
|||
ccache \
|
||||
cmake \
|
||||
gcc \
|
||||
# gtest Exclude gtest to confirm fallback of downloading source from google repo keeps working
|
||||
# gtest Exclude gtest to confirm fallback download and building from google repo keeps working
|
||||
ninja \
|
||||
protobuf \
|
||||
qt6-imageformats \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM fedora:43
|
||||
|
||||
RUN dnf install -y --setopt=install_weak_deps=False \
|
||||
RUN dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
ccache \
|
||||
cmake \
|
||||
gcc-c++ \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM fedora:44
|
||||
|
||||
RUN dnf install -y --setopt=install_weak_deps=False \
|
||||
RUN dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
ccache \
|
||||
cmake \
|
||||
gcc-c++ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue