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
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:
@ -2,9 +2,10 @@ ARG img_version
|
|||||||
FROM godot-fedora:${img_version}
|
FROM godot-fedora:${img_version}
|
||||||
|
|
||||||
# 1. Install all NATIVE build deps (Required by SCons)
|
# 1. Install all NATIVE build deps (Required by SCons)
|
||||||
RUN dnf -y install \
|
RUN dnf install -y \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
|
libstdc++-static \
|
||||||
libX11-devel \
|
libX11-devel \
|
||||||
libXcursor-devel \
|
libXcursor-devel \
|
||||||
libXrandr-devel \
|
libXrandr-devel \
|
||||||
|
|||||||
Reference in New Issue
Block a user