Hello, first of all thanks for this well done image.
I'm facing the following issue, a bit of context first:
The image works like a charm on my local machine (vagrant), but on the CI (circleci) it fails with "Segmentation fault":
Status: Downloaded newer image for msaraiva/elixir-dev:latest
---> 222954f834bb
Step 1 : ADD mix.exs /app/mix.exs
---> 59306404aad1
Step 2 : WORKDIR /app
---> Running in a4a02abe52f6
---> 0b757798a367
Step 3 : RUN yes | mix local.hex
---> Running in bf1aa4ff8da1
Segmentation fault (core dumped)
The command '/bin/sh -c yes | mix local.hex' returned a non-zero code: 139
I wanted to ask if you have any clues on how to solve this. Thanks
Hello, first of all thanks for this well done image.
I'm facing the following issue, a bit of context first:
The image works like a charm on my local machine (vagrant), but on the CI (circleci) it fails with "Segmentation fault":
I wanted to ask if you have any clues on how to solve this. Thanks