You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error loading shared library libstdc++.so.6: No such file or directory (needed by /opt/app/my_app/erts-12.2.1/bin/beam.smp)
Error loading shared library libgcc_s.so.1: No such file or directory (needed by /opt/app/my_app/erts-12.2.1/bin/beam.smp)
This temporary solution works.
FROM bitwalker/alpine-erlang:latest
RUN apk add --allow-untrusted --no-cache libstdc++
Probably libstdc++ should be part of bitwalker/alpine-erlang ?
The text was updated successfully, but these errors were encountered:
My releases won't run without libstdc++.
This temporary solution works.
Probably libstdc++ should be part of bitwalker/alpine-erlang ?
The text was updated successfully, but these errors were encountered: