mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
Remove old elixir 1.12 build image generation script
This commit is contained in:
parent
f00545d85b
commit
7e303600fb
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
||||||
FROM elixir:1.12.3
|
|
||||||
|
|
||||||
# Single RUN statement, otherwise intermediate images are created
|
|
||||||
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
|
|
||||||
RUN apt-get update &&\
|
|
||||||
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
|
|
||||||
mix local.hex --force &&\
|
|
||||||
mix local.rebar --force
|
|
|
@ -1 +0,0 @@
|
||||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.12 --push .
|
|
Loading…
Reference in a new issue