Search Docker Hub
elixir
By dreamingechoes
Just a simple docker image with a custom setup for Phoenix applications.
468
Based on Alpine Linux 3.6, contains:
FROM dreamingechoes/elixir:1.5.1 # Install hex, rebar, and get deps ENV MIX_ENV=dev RUN mix local.hex --force && \ mix local.rebar --force && \ mix hex.info WORKDIR /APP_PATH
Content type
Image
Digest
Size
148.8 MB
Last updated
over 8 years ago
docker pull dreamingechoes/elixir:1.6.3