CI script to build and publish an image for Elixir 1.14

This commit is contained in:
Mark Felder 2024-09-18 17:28:48 +00:00
commit 1bd28e7d59
2 changed files with 2 additions and 2 deletions

View file

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