#FROM hexpm/elixir:1.15.4-erlang-25.3.2.5-alpine-3.18.2 FROM hexpm/elixir:1.14.3-erlang-25.2.2-alpine-3.18.0 RUN apk update RUN apk add git gcc g++ musl-dev make cmake file-dev rclone wget zip imagemagick ffmpeg perl-image-exiftool exiftool RUN mkdir /src WORKDIR /src