This commit is contained in:
tooomm 2026-05-16 21:26:35 +02:00
parent 9a61947fd2
commit 14304e5036
3 changed files with 3 additions and 3 deletions

View file

@ -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 \

View file

@ -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++ \

View file

@ -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++ \