Closed jarro2783 closed 5 years ago
The latest version of the container applies a patch to rake-compiler-1.0.6 to enable static linking, but it looks like the version of rake-compiler installed is 1.0.7. This results in not being able to compile gems because libruby.a is missing.
rake-compiler-1.0.6
rake-compiler
libruby.a
Thanks.
The latest version of the container applies a patch to
rake-compiler-1.0.6
to enable static linking, but it looks like the version ofrake-compiler
installed is 1.0.7. This results in not being able to compile gems becauselibruby.a
is missing.