ci-base/Dockerfile

7 lines
269 B
Text
Raw Normal View History

2023-08-01 12:04:01 +00:00
#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
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