Docker container based on Alpine linux distribution.
It has:
- Erlang last releases for each major version:
18.*
,19.*
,20.*
- Elixir last releases for each major version:
1.2.*
,1.3.*
,1.4.*
,1.5.*
,1.6.*
- NodeJS last releases for each LTS version:
4.*
,6.*
,8.*
Additional features:
- Starting command:
/bin/bash
, so you should override it when using for prod and test environments. - Ports are not exposed, you should do it by yourself in
dev
andprod
environments forPhoenix
development. PostgreSQL
client included,tzinfo
included. So you can useecto
andtimex
for free.