update image details
This commit is contained in:
parent
cc7feb8d80
commit
6bad242c3d
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
ARG version
|
||||
FROM elixir:${version}
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y imagemagick ffmpeg libimage-exiftool-perl build-essential cmake libmagic-dev
|
||||
FROM hexpm/elixir:1.13.4-erlang-25.0.2-alpine-3.16.0
|
||||
RUN apk update
|
||||
RUN apk add git gcc g++ musl-dev make cmake file-dev rclone wget zip imagemagick elixir erlang
|
||||
RUN mkdir /src
|
||||
WORKDIR /src
|
||||
|
|
2
build.sh
Executable file
2
build.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
docker build -t akkoma/ci-base:$1 --build-arg=version=$1 .
|
||||
docker push akkoma/ci-base:$1
|
Loading…
Reference in a new issue