Elixir on Alpine Linux + basic development tools
2.1K
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Elixir version: 1.6.1 Image size: 54.6 MB
See Erlang/Elixir on Alpine Linux to learn more about creating minimal Erlang/Elixir docker images with Alpine Linux.
Notice: If you don't need to download and compile dependencies (i.e. just using iex or similar), you can use aeons/elixir which is much smaller.
The following packages are pre-installed:
Notice: In order to keep images as compact as possible, Erlang libraries for Alpine Linux are split into many different packages. The full list of Erlang packages available can be found here.
FROM aeons/elixir-dev
RUN apk --no-cache add bash vim git-bash-completion
RUN git clone https://github.com/elixir-lang/vim-elixir.git ~/.vim
RUN curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh
ADD prompt.sh /etc/profile.d/prompt.sh
ADD aliases.sh /etc/profile.d/aliases.sh
ADD gitconfig /root/.gitconfig
CMD ["/bin/bash", "-l"]
Content type
Image
Digest
Size
27.9 MB
Last updated
over 8 years ago
docker pull aeons/elixir-dev