diff --git a/.ci/Arch/Dockerfile b/.ci/Arch/Dockerfile index 3f2a5425d..9a7978a79 100644 --- a/.ci/Arch/Dockerfile +++ b/.ci/Arch/Dockerfile @@ -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 \ diff --git a/.ci/Fedora43/Dockerfile b/.ci/Fedora43/Dockerfile index a92e869e1..b9e0048fe 100644 --- a/.ci/Fedora43/Dockerfile +++ b/.ci/Fedora43/Dockerfile @@ -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++ \ diff --git a/.ci/Fedora44/Dockerfile b/.ci/Fedora44/Dockerfile index 1a2016452..fa55fa970 100644 --- a/.ci/Fedora44/Dockerfile +++ b/.ci/Fedora44/Dockerfile @@ -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++ \