logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c09813193a3429bbab3a3310d9c4b9b75efd6154
parent 6ca709816f74f1171423c7bc040619fca57a2087
Author: Michael Walker <mike@barrucadu.co.uk>
Date:   Thu, 12 Nov 2020 22:20:17 +0000

Install file-dev in Dockerfile build stage

This is required by the majic, added in #2534.

Diffstat:

MDockerfile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -4,7 +4,7 @@ COPY . . ENV MIX_ENV=prod -RUN apk add git gcc g++ musl-dev make cmake &&\ +RUN apk add git gcc g++ musl-dev make cmake file-dev &&\ echo "import Mix.Config" > config/prod.secret.exs &&\ mix local.hex --force &&\ mix local.rebar --force &&\