Fix static linker
All checks were successful
Publish Builder Images / setup (push) Successful in 3s
Publish Builder Images / build-base (push) Successful in 34s
Publish Builder Images / build-targets (Dockerfile.linux, linux) (push) Successful in 1m52s
Publish Builder Images / build-targets (Dockerfile.windows, windows) (push) Successful in 3m23s

This commit is contained in:
2025-12-03 23:21:06 +01:00
parent c1d5c8740b
commit 510c695444

View File

@ -2,9 +2,10 @@ ARG img_version
FROM godot-fedora:${img_version}
# 1. Install all NATIVE build deps (Required by SCons)
RUN dnf -y install \
RUN dnf install -y \
gcc \
gcc-c++ \
libstdc++-static \
libX11-devel \
libXcursor-devel \
libXrandr-devel \