Docker container with Erlang, Elixir and MySQL server 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: parkerjm/elixir-mysql:latest
To run it locally
docker pull parkerjm/elixir-mysql
docker run -i -t parkerjm/elixir