Skip to content

I used official elixir:1.18.1 docker image and started getting TLS handshake issue and GLIBC_2.34 not found errors #110

@tanweerdev

Description

@tanweerdev

When I upgraded Elixir image from 1.15.6 to elixir:1.18.1, I first got stopped at mix local.hex --force which I found out is failing because of missing certificates. To resolve this, I run this command in image: apt-get update && apt-get install -y ca-certificates
and now I am starting to get GLIBC_2.34' not found error. any help or guidance or workaround to resolve this would be great

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions