mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43: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 \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
gcc \
|
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 \
|
ninja \
|
||||||
protobuf \
|
protobuf \
|
||||||
qt6-imageformats \
|
qt6-imageformats \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM fedora:43
|
FROM fedora:43
|
||||||
|
|
||||||
RUN dnf install -y --setopt=install_weak_deps=False \
|
RUN dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM fedora:44
|
FROM fedora:44
|
||||||
|
|
||||||
RUN dnf install -y --setopt=install_weak_deps=False \
|
RUN dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue