ci-base/Dockerfile

7 lines
203 B
Text
Raw Permalink Normal View History

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