Rename 1.15 image to include otp25, clarify test names

This commit is contained in:
Mark Felder 2024-01-21 04:10:20 +00:00
commit 8f0051d739
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +0,0 @@
FROM elixir:1.12.3
# 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