ci-base/Dockerfile
Floatingghost b86845cd69
All checks were successful
ci/woodpecker/manual/build-docker Pipeline was successful
ci build these
2024-01-01 20:55:15 +00:00

6 lines
203 B
Docker

ARG TAG
FROM docker.io/hexpm/elixir:${TAG}
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