Skip to content

libstdc++ #74

@i-n-g-m-a-r

Description

@i-n-g-m-a-r

My releases won't run without libstdc++.

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions