Im trying to deploy my app but get this error:
-----> Installing Hex
/app/.platform_tools/erlang/erts-11.2.1/bin/beam.smp: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
-----> Installing rebar
/app/.platform_tools/erlang/erts-11.2.1/bin/beam.smp: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
-----> Fetching app dependencies with mix
/app/.platform_tools/erlang/erts-11.2.1/bin/beam.smp: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
! Push rejected, failed to compile Elixir app.
! Push failed
* Erlang 23.3.2
* Elixir v1.12.2
What am I doing wrong?