I am running a build with Alpine linux 3.12 and build fails with the following output indicating an error building beam and ERTS with a C++ dependency.
Error relocating /opt/app/erts-12.3.2.1/bin/beam.smp: _ZSt28__throw_bad_array_new_lengthv: symbol not found
Error relocating /opt/app/erts-12.3.2.1/bin/beam.smp: pthread_getname_np: symbol not found
So far I have been looking at threads on these two specific errors with various threads as to the failure.
Is there some dependency that may need updating?
elixir:1.12.3-alpine
, and build your release from that:FROM elixir:1.12.3-alpine@sha256:<DIGEST>
. – Intercellular