OTP updates
Update to otp25 for Elixir 1.13; otp26 for Elixir 1.15
This commit is contained in:
parent
9d67827619
commit
84319dbca4
7 changed files with 10 additions and 10 deletions
|
|
@ -1,8 +0,0 @@
|
|||
FROM elixir:1.13.4-otp-24
|
||||
|
||||
# Single RUN statement, otherwise intermediate images are created
|
||||
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
|
||||
mix local.hex --force &&\
|
||||
mix local.rebar --force
|
||||
Loading…
Add table
Add a link
Reference in a new issue