mix
Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more. More information: <https://hexdocs.pm/mix>.
RUN apt-get update && \
apt-get install -y elixir
RUN apt-get update && \
apt-get install -y elixir
RUN apk add elixir
RUN pacman -S --noconfirm elixir
RUN apt-get update && \
apt-get install -y elixir
RUN dnf install -y elixir
RUN apt-get update && \
apt-get install -y elixir