0b95c48975b4a0c3d533b421ad31758bf1890fb2
GraalVM native-image requires a C compiler (gcc) and zlib dev headers to compile native binaries. The maven:3.9.6-eclipse-temurin-21 image is JDK-only and lacks these build tools, causing the build to fail with: Error: Default native-compiler executable 'gcc' not found via PATH Extend the install step with build-essential (gcc, g++, make) and zlib1g-dev so the native-image pipeline has the required toolchain.
Description
No description provided
Languages
HTML
41.3%
TypeScript
26.5%
Java
20.4%
CSS
5.8%
JavaScript
5.6%
Other
0.4%