Docker container with Erlang, Elixir and MySQL client for use when creating a CI/CD pipeline with Wercker for Phoenix Framework applications.
The following additional packages are installed in the container for Elixir support
- hex
- rebar
To use in Wercker yaml file
box: jszod/elixir-mysql:latest
To run it locally
docker pull jszod/elixir-mysql
docker run -i -t jszod/elixir