Floatingghost
b86845cd69
All checks were successful
ci/woodpecker/manual/build-docker Pipeline was successful
6 lines
203 B
Docker
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
|