2024-01-01 20:55:15 +00:00
|
|
|
ARG TAG
|
|
|
|
FROM docker.io/hexpm/elixir:${TAG}
|
2022-07-27 18:41:14 +00:00
|
|
|
RUN apk update
|
2022-11-26 20:19:47 +00:00
|
|
|
RUN apk add git gcc g++ musl-dev make cmake file-dev rclone wget zip imagemagick ffmpeg perl-image-exiftool exiftool
|
2022-07-06 18:39:35 +00:00
|
|
|
RUN mkdir /src
|
|
|
|
WORKDIR /src
|