alpine-elixir
alpine-elixir copied to clipboard
A Dockerfile based on my alpine-erlang image for Elixir applications
The following DockerFile is no longer building on several machines. It fails on the`RUN` command following the `# Install NPM` comment with the error ``` #13 18.22 ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/main: UNTRUSTED...
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...
Building image for platform arm64 (or multi-platform) on a amd64 computer (so, using qemu through buildkit) fails on make for elixir step, because -for some unknown reason to me- binaries...
https://github.com/elixir-lang/elixir/releases/tag/v1.15.5