21ab7369ca
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
7 lines
170 B
Docker
7 lines
170 B
Docker
FROM elixir:1.10.4
|
|
|
|
RUN apt-get update &&\
|
|
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
|
|
mix local.hex --force &&\
|
|
mix local.rebar --force
|
|
|